The tests in the tests/ folder write the output of comparison between reference data and program outputs in EXE_DIR/tests_results.txt. It turns out that the differences are quite large. The whole file is attached here.
After I rewrote the tests using pytest, the testing output is shown as follows:
The tests in the
tests/
folder write the output of comparison between reference data and program outputs inEXE_DIR/tests_results.txt
. It turns out that the differences are quite large. The whole file is attached here. After I rewrote the tests usingpytest
, the testing output is shown as follows: