9 lines
197 B
Python
9 lines
197 B
Python
import unittest
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
from tests.restful.RestfulClientTest import *
|
|
from tests.restful.WebSocketClientTest import *
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main()
|