aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix timezone in testsIsmaël Bouya2019-03-222-3/+7
|
* Don’t raise when some market is disabledIsmaël Bouya2018-09-261-1/+1
|
* Stop when portfolio worker is down and data is not fetchedIsmaël Bouya2018-08-271-0/+24
|
* Use market options for fetch balancesIsmaël Bouya2018-08-271-16/+18
|
* Add increasing delay to fetching cryptoportfolioIsmaël Bouya2018-08-263-21/+32
|
* Refactor a bit the options passing processIsmaël Bouya2018-08-041-10/+9
|
* Add liquidity option for cryptoportfolio usersIsmaël Bouya2018-08-042-20/+50
|
* Eat several positions in the order book after some time spentIsmaël Bouya2018-07-312-0/+57
|
* Fix orders disappearing but finally notIsmaël Bouya2018-07-301-0/+34
|
* Some fixesIsmaël Bouya2018-07-252-1/+13
| | | | | - DB cursor expects an enumerable - None should be returned when repartition is not available
* Fix available balance when buyingIsmaël Bouya2018-06-112-19/+199
|
* Fix orders marked as dust even when closedIsmaël Bouya2018-05-141-0/+4
|
* Fetch only enabled marketIsmaël Bouya2018-05-101-2/+2
|
* Check before processing that credentials are validIsmaël Bouya2018-05-081-0/+11
|
* Add USDT rate to balancesIsmaël Bouya2018-05-082-2/+33
|
* Run prepared orders after disappeared orderIsmaël Bouya2018-05-071-0/+4
|
* Fix infinite recursion during fetchIsmaël Bouya2018-05-062-13/+15
|
* Add checkpoints when fetching balanceIsmaël Bouya2018-05-052-10/+32
|
* Include current portfolio currencies when printing balancesIsmaël Bouya2018-05-032-16/+80
|
* Store last cryptoportfolio repartition to redisIsmaël Bouya2018-05-021-1/+36
|
* Refactor databases accessIsmaël Bouya2018-05-024-101/+208
|
* Store tickers in balance logIsmaël Bouya2018-05-012-46/+91
|
* Don’t close dust remaining orders before end of trade.Ismaël Bouya2018-05-012-5/+12
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=41
* Fix price imprecision due to floatsIsmaël Bouya2018-04-302-40/+102
|
* Fixes https://git.immae.eu/mantisbt/view.php?id=44Ismaël Bouya2018-04-221-15/+116
|
* Add latest date to redisIsmaël Bouya2018-04-211-0/+1
|
* Store some information to redisIsmaël Bouya2018-04-213-15/+169
|
* Use generic parser for market processingIsmaël Bouya2018-04-201-67/+45
|
* Temporarily remove acceptance testsIsmaël Bouya2018-04-2016-4348/+0
|
* Move acceptance tests to common directoryIsmaël Bouya2018-04-208-2/+411
|
* Store duration in http requestsIsmaël Bouya2018-04-201-0/+2
|
* Fix ccxt switching currency codesIsmaël Bouya2018-04-092-0/+24
|
* Add some acceptance testsIsmaël Bouya2018-04-0911-1/+2192
|
* Add acceptance testsIsmaël Bouya2018-04-0815-308/+2202
| | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=42 (new scenario files still need to be added to improve coverage)
* Acceptance test preparationIsmaël Bouya2018-04-075-59/+136
| | | | | | Save some headers for http requests Wait for all threads after the end of main Simplify library imports for mocking
* Move tests to separate filesIsmaël Bouya2018-04-077-0/+5245