omarkohl/pytest-datafiles

View on GitHub
runtests.py

Summary

Maintainability
A
0 mins
Test Coverage
# simple pytest wrapper so we can execute it using "coverage run"
import pytest, sys
sys.exit(pytest.main())