aboutsummaryrefslogtreecommitdiff
path: root/tests/test_portfolio.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix timezone in testsIsmaël Bouya2019-03-221-2/+2
|
* Don’t raise when some market is disabledIsmaël Bouya2018-09-261-1/+1
|
* Eat several positions in the order book after some time spentIsmaël Bouya2018-07-311-0/+25
|
* Fix orders marked as dust even when closedIsmaël Bouya2018-05-141-0/+4
|
* Fix infinite recursion during fetchIsmaël Bouya2018-05-061-12/+14
|
* Don’t close dust remaining orders before end of trade.Ismaël Bouya2018-05-011-5/+8
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=41
* Move acceptance tests to common directoryIsmaël Bouya2018-04-201-0/+6
|
* Fix ccxt switching currency codesIsmaël Bouya2018-04-091-0/+20
|
* Add acceptance testsIsmaël Bouya2018-04-081-6/+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-2/+2
| | | | | | 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/+2036