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