Closed dhellmann closed 2 years ago
If the test suite is invoked by running python -m pytest instead of pytest then there will be no __main__ and find_spec() will fail.
python -m pytest
pytest
__main__
Fixes #141
If the test suite is invoked by running
python -m pytest
instead ofpytest
then there will be no__main__
and find_spec() will fail.Fixes #141