aboutsummaryrefslogtreecommitdiff
path: root/tests/test_market.py
Commit message (Collapse)AuthorAgeFilesLines
* 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