TEST: Write better tests for mixed strategy profiles #374
Labels
good-first-issue
Items which are (relatively) straightforward, and good ways to get into the code
python
Items which involve coding in Python
tests
Items which involve the pygambit test suite
Milestone
There is currently a simple set of tests on mixed strategy profiles (see
src/pygambit/tests/test_mixed.py
). At the moment these tests do exercise the code to ensure the function calls are defined, but the tests are done on a trivial strategic game with payoffs all equal to zero, so the payoff, strategy value, and liap value calculations are not very interesting.Design a set of fixtures/parameterisations for these tests which exercise the calculations on more interesting games and mixed strategy profiles.
The text was updated successfully, but these errors were encountered: