mirror of
https://github.com/izzy2lost/cpython.git
synced 2026-03-10 11:29:24 -07:00
5 lines
71 B
Python
5 lines
71 B
Python
|
|
import unittest
|
||
|
|
from test.test_json import load_tests
|
||
|
|
|
||
|
|
unittest.main()
|