This latest version of Project Conway fixes all of the issues mentioned in the last release and also adds the tests that were originally missing.
The biggest part of this update, however, is the addition of test coverage. Running make test_coverage from any of the libraries will run pytest-cov on that library, evaluating how many of the code statements in that library are actually tested in the code. Currently we are testing 100% of the code that can be tested.
IMPORTANT NOTE
This is the last release launched under the current development team. In the next couple of weeks we are going to be handing over to the team from Deeson Online and they will be taking complete control of the project. This could lead to a very different system,