mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
7 lines
91 B
Python
7 lines
91 B
Python
import unittest
|
|
|
|
from . import load_tests
|
|
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main()
|