Adds a conftest.py for storing testing fixtures for use generally across all tests. Eventually
we might add fixtures for generating the commonly
used kinetic diagrams (3-state, 4-state, etc.)
to simplify tests in the long run.
Moves hardcoded state probability functions to conftest.py with scope="class" so they
are only created once
Adds a
conftest.py
for storing testing fixtures for use generally across all tests. Eventually we might add fixtures for generating the commonly used kinetic diagrams (3-state, 4-state, etc.) to simplify tests in the long run.Moves hardcoded state probability functions to
conftest.py
withscope="class"
so they are only created onceFixes #31