my-homepage/my_homepage/test/run_pytest.py

7 lines
121 B
Python
Raw Normal View History

2022-09-15 01:07:51 +00:00
import sys
import pytest
# if using 'bazel test ...'
if __name__ == "__main__":
sys.exit(pytest.main(sys.argv[1:]))