Files
2026-01-17 21:21:30 +08:00

8 lines
180 B
Python

"""Internal module for running tests from cibuildwheel"""
import sys
import simplejson.tests
if __name__ == '__main__':
simplejson.tests.main(project_dir=sys.argv[1])