testdata/tests/__main__.py

6 lines
63 B
Python
Raw Normal View History

2025-01-02 17:18:57 +00:00
import sys
import pytest
retcode = pytest.main(sys.argv[1:])