aboutsummaryrefslogtreecommitdiff
path: root/tests/test_market.py
Commit message (Collapse)AuthorAgeFilesLines
* Use market options for fetch balancesIsmaël Bouya2018-08-271-16/+18
|
* Add increasing delay to fetching cryptoportfolioIsmaël Bouya2018-08-261-1/+1
|
* Refactor a bit the options passing processIsmaël Bouya2018-08-041-10/+9
|
* Add liquidity option for cryptoportfolio usersIsmaël Bouya2018-08-041-2/+3
|
* Fix orders disappearing but finally notIsmaël Bouya2018-07-301-0/+34
|
* Fix available balance when buyingIsmaël Bouya2018-06-111-11/+21
|
* Check before processing that credentials are validIsmaël Bouya2018-05-081-0/+11
|
* Add USDT rate to balancesIsmaël Bouya2018-05-081-1/+2
|
* Run prepared orders after disappeared orderIsmaël Bouya2018-05-071-0/+4
|
* Fix infinite recursion during fetchIsmaël Bouya2018-05-061-1/+1
|
* Add checkpoints when fetching balanceIsmaël Bouya2018-05-051-7/+25
|
* Include current portfolio currencies when printing balancesIsmaël Bouya2018-05-031-0/+9
|
* Refactor databases accessIsmaël Bouya2018-05-021-36/+54
|
* Store tickers in balance logIsmaël Bouya2018-05-011-2/+2
|
* 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-211-0/+84
|
* Use generic parser for market processingIsmaël Bouya2018-04-201-67/+45
|
* Move acceptance tests to common directoryIsmaël Bouya2018-04-201-0/+2
|
* Add acceptance testsIsmaël Bouya2018-04-081-2/+0
| | | | | 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-071-4/+4
| | | | | | 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-071-0/+900