]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Trader.git/commit
Add acceptance tests
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 7 Apr 2018 21:23:10 +0000 (23:23 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 7 Apr 2018 22:52:51 +0000 (00:52 +0200)
commit1d72880c097ea8259ce9cc63cfe55e6cc7516bd2
tree44d7f9089468f35277bb8d0257da0f3a3bb88448
parente7d7c0e5645da35adcbfec9e51deb68f012c422f
Add acceptance tests

Fixes https://git.immae.eu/mantisbt/view.php?id=42
(new scenario files still need to be added to improve coverage)
18 files changed:
Makefile
obfuscate [new file with mode: 0755]
test_acceptance.py [new file with mode: 0644]
tests/acceptance/print_balances/no_parallel/1.json [new file with mode: 0644]
tests/acceptance/print_balances/no_parallel/2.json [new file with mode: 0644]
tests/acceptance/print_balances/no_parallel_report_db/1.json [new file with mode: 0644]
tests/acceptance/print_balances/no_parallel_report_db/2.json [new file with mode: 0644]
tests/acceptance/print_balances/parallel/1.json [new file with mode: 0644]
tests/acceptance/print_balances/parallel/2.json [new file with mode: 0644]
tests/acceptance/print_balances/parallel_report_db/1.json [new file with mode: 0644]
tests/acceptance/print_balances/parallel_report_db/2.json [new file with mode: 0644]
tests/helper.py
tests/test_acceptance.py [deleted file]
tests/test_ccxt_wrapper.py
tests/test_main.py
tests/test_market.py
tests/test_portfolio.py
tests/test_store.py