[Mod] 修改tests的引用结构,便于从其他项目引用
This commit is contained in:
parent
c38a9fcabd
commit
8dcc785fd3
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal 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()
|
||||
|
Loading…
Reference in New Issue
Block a user