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
@tturocy@rahulsavani are there separate tests for the C++ code or does only PyGambit have a test suite?
### Changes required
There isn't clear documentation on how to run tests locally. In here it says:
There is a set of test cases in src/pygambit/tests, which can be run
using nose2.
... however the GH action uses pytest
so this should be updated and moved to a new testing section either under contributing or a new page in developer docs; looks like the location of the tests are now tests rather than src/pygambit/tests
A new section should also explain the current structure of the test suite and how to add new tests. This should cover: