5 lines
62 B
Python
5 lines
62 B
Python
|
from . import load_tests
|
||
|
import unittest
|
||
|
|
||
|
unittest.main()
|