aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ccxt_wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* Don’t close dust remaining orders before end of trade.Ismaël Bouya2018-05-011-0/+4
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=41
* Fix price imprecision due to floatsIsmaël Bouya2018-04-301-38/+100
|
* Move acceptance tests to common directoryIsmaël Bouya2018-04-201-1/+2
|
* Fix ccxt switching currency codesIsmaël Bouya2018-04-091-0/+4
|
* Add acceptance testsIsmaël Bouya2018-04-081-2/+1
| | | | | 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/+8
| | | | | | 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/+477