The test suite should be in working condition to be useful.
-
The tests are converted to pytest form on branch fix_tests -- run with python -m pytest
-
They are not all passing: 7 failed, 25 passed, 58 warnings
-
The test data generators don't reproduce the test data
Investigation needed: is the test data bad, or is there a code problem, or is it a random-seed situation, etc
The test suite should be in working condition to be useful.
The tests are converted to pytest form on branch fix_tests -- run with
python -m pytestThey are not all passing: 7 failed, 25 passed, 58 warnings
The test data generators don't reproduce the test data
Investigation needed: is the test data bad, or is there a code problem, or is it a random-seed situation, etc