mirror of
https://github.com/python/cpython.git
synced 2025-10-23 18:03:48 +00:00
8 lines
105 B
Python
8 lines
105 B
Python
![]() |
import unittest
|
||
|
|
||
|
from . import load_tests # noqa: F401
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
unittest.main()
|