[Mod] 修改tests的引用结构,便于从其他项目引用

This commit is contained in:
nanoric 2018-10-07 04:43:21 -04:00
parent c38a9fcabd
commit 8dcc785fd3
2 changed files with 2 additions and 2 deletions

0
tests/__init__.py Normal file
View File

View File

@ -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()