From 8dcc785fd388233cd5f26827a7ecc68af055d81d Mon Sep 17 00:00:00 2001 From: nanoric Date: Sun, 7 Oct 2018 04:43:21 -0400 Subject: [PATCH] =?UTF-8?q?[Mod]=20=E4=BF=AE=E6=94=B9tests=E7=9A=84?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E7=BB=93=E6=9E=84=EF=BC=8C=E4=BE=BF=E4=BA=8E?= =?UTF-8?q?=E4=BB=8E=E5=85=B6=E4=BB=96=E9=A1=B9=E7=9B=AE=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/__init__.py | 0 tests/all_test.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/all_test.py b/tests/all_test.py index 59cf60d6..ff37afc2 100644 --- a/tests/all_test.py +++ b/tests/all_test.py @@ -1,8 +1,8 @@ import unittest # noinspection PyUnresolvedReferences -from restful.RestfulClientTest import * -from restful.WebSocketClientTest import * +from tests.restful.RestfulClientTest import * +from tests.restful.WebSocketClientTest import * if __name__ == "__main__": unittest.main()