poetry-example/tests/__init__.py

5 lines
79 B
Python
Raw Normal View History

2020-01-19 18:42:13 +00:00
from pytest import main as pytest_main
def run_all_tests():
pytest_main()