mirror of https://github.com/python/cpython
8 lines
105 B
Python
8 lines
105 B
Python
|
import unittest
|
||
|
|
||
|
from . import load_tests # noqa: F401
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
unittest.main()
|