aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ccxt_wrapper.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-07 23:23:10 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-08 00:52:51 +0200
commit1d72880c097ea8259ce9cc63cfe55e6cc7516bd2 (patch)
tree44d7f9089468f35277bb8d0257da0f3a3bb88448 /tests/test_ccxt_wrapper.py
parente7d7c0e5645da35adcbfec9e51deb68f012c422f (diff)
downloadTrader-1d72880c097ea8259ce9cc63cfe55e6cc7516bd2.tar.gz
Trader-1d72880c097ea8259ce9cc63cfe55e6cc7516bd2.tar.zst
Trader-1d72880c097ea8259ce9cc63cfe55e6cc7516bd2.zip
Add acceptance tests
Fixes https://git.immae.eu/mantisbt/view.php?id=42 (new scenario files still need to be added to improve coverage)
Diffstat (limited to 'tests/test_ccxt_wrapper.py')
-rw-r--r--tests/test_ccxt_wrapper.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_ccxt_wrapper.py b/tests/test_ccxt_wrapper.py
index 597fe5c..f07674e 100644
--- a/tests/test_ccxt_wrapper.py
+++ b/tests/test_ccxt_wrapper.py
@@ -1,8 +1,7 @@
1from .helper import limits, unittest, mock, D 1from .helper import unittest, mock, D
2import requests_mock 2import requests_mock
3import market 3import market
4 4
5@unittest.skipUnless("unit" in limits, "Unit skipped")
6class poloniexETest(unittest.TestCase): 5class poloniexETest(unittest.TestCase):
7 def setUp(self): 6 def setUp(self):
8 super().setUp() 7 super().setUp()