7 lines
121 B
Python
7 lines
121 B
Python
|
from tests.unit import *
|
||
|
from tests.integration import *
|
||
|
import unittest
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
unittest.main()
|