cpython/Lib/test/test_pyrepl/__main__.py
Lysandros Nikolaou 721459831a
[3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)
(cherry picked from commit f49df4f486)

Co-authored-by: Eugene Triguba <eugenetriguba@gmail.com>
2024-05-22 11:02:18 -04:00

4 lines
73 B
Python

import unittest
from test.test_pyrepl import load_tests
unittest.main()