You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be a good idea to add testing with the different Python versions to the CI to ensure that the code is compatible with the stated minimal and later versions of Python.
Hello!
While making #37 I realised that there is no clear test suite for the TB2J.
If there is some, please correct me.
I propose the following strategy using pytest + hypothesis for the discussion:
With this strategy the tests can be run with the command from the root folder (after
pip install pytest hypothesis
):Example:
P.S. An example of this strategy can be looked at in one of my repositories.
The text was updated successfully, but these errors were encountered: