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