mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00

* Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/. * Remove Lib/test/test_lib2to3.py. * Update imports. * all_project_files(): use different paths and sort files to make the tests more reproducible. * Update references to tests.
4 lines
58 B
Python
4 lines
58 B
Python
from . import load_tests
|
|
import unittest
|
|
|
|
unittest.main()
|