Declare helper as a pytest plugin so asserts aren't ignored with PYTHONOPTIMIZE

This commit is contained in:
Hugo 2020-01-31 11:08:14 +02:00
parent a4bf9fa036
commit 63881ab198

1
conftest.py Normal file
View File

@ -0,0 +1 @@
pytest_plugins = ["Tests.helper"]