Testing
Testing Guidelines
As a contributor you must add tests for your contributions if you plan to publicly contribute.
For this you might take the following into account:
Tests should be added to the
testsfolder.IN CONSTRUCTION
You can then add tests.
Testing
To run the tests
python3 name_of_test_file.py
Adding Tests
Using assert you can test individual properties of your code.