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
- Fixed 'TestOpponent' import error in 'test_sequence_player.py'.
- Refactored test classes with '__init__' constructors to avoid PytestCollectionWarning.
- Addressed UserWarnings in 'test_memoryone.py' and 'test_memorytwo.py' related to default player settings.
- Handled seed reproducibility warning in 'test_player.py' to ensure deterministic test results.
- Investigated RuntimeWarning in 'test_zero_determinant.py' related to invalid division.
- Optimized test execution time by running tests in parallel using pytest-xdist.
- Addressed minor warnings related to test strategies and examples.
0 commit comments