mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-03-12 04:35:40 -07:00
8 lines
173 B
Python
8 lines
173 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])
|