Closed nawtrey closed 3 months ago
It would be nice to have a conftest.py for storing global pytest fixtures in test_kda.py, such as StateProbs3, StateProbs4, etc. This would just clean up the primary testing module a bit, and allow other modules access to them if need be.
conftest.py
pytest
test_kda.py
StateProbs3
StateProbs4
It would be nice to have a
conftest.py
for storing globalpytest
fixtures intest_kda.py
, such asStateProbs3
,StateProbs4
, etc. This would just clean up the primary testing module a bit, and allow other modules access to them if need be.