From 3080f31d1ee74104640dcff451922cd0ae88ee22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 20 Apr 2018 20:09:13 +0200 Subject: Move acceptance tests to common directory --- tests/test_ccxt_wrapper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_ccxt_wrapper.py') diff --git a/tests/test_ccxt_wrapper.py b/tests/test_ccxt_wrapper.py index 18feab3..10e334d 100644 --- a/tests/test_ccxt_wrapper.py +++ b/tests/test_ccxt_wrapper.py @@ -1,7 +1,8 @@ -from .helper import unittest, mock, D +from .helper import limits, unittest, mock, D import requests_mock import market +@unittest.skipUnless("unit" in limits, "Unit skipped") class poloniexETest(unittest.TestCase): def setUp(self): super().setUp() -- cgit v1.2.3