Becksteinlab / kda

Python package used for the analysis of biochemical kinetic diagrams.
GNU General Public License v3.0
3 stars 1 forks source link

Create `conftest.py` for storing global pytest fixtures in `test_kda.py` #31

Closed nawtrey closed 1 month ago

nawtrey commented 3 years 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.