aboutsummaryrefslogtreecommitdiff
path: root/tests/test_main.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_main.py')
-rw-r--r--tests/test_main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_main.py b/tests/test_main.py
index e3a5677..06fc84e 100644
--- a/tests/test_main.py
+++ b/tests/test_main.py
@@ -1,7 +1,6 @@
1from .helper import * 1from .helper import *
2import main, market 2import main, market
3 3
4@unittest.skipUnless("unit" in limits, "Unit skipped")
5class MainTest(WebMockTestCase): 4class MainTest(WebMockTestCase):
6 def test_make_order(self): 5 def test_make_order(self):
7 self.m.get_ticker.return_value = { 6 self.m.get_ticker.return_value = {