mirror of
https://github.com/python/cpython.git
synced 2026-07-01 23:24:32 -04:00
8 lines
91 B
Python
8 lines
91 B
Python
import unittest
|
|
|
|
from . import load_tests
|
|
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main()
|