Additional Tests #16
Labels
codebase
Issues relating to the source code
good first issue
Good for newcomers
tests
Issues relating to testing the source code
Having more tests can never be a bad thing!
Tests can be found in the tests.py file. An example would be the following:
checkdigit/tests.py
Line 64 in 59c3ee3
The first parameter of
test
is the function to be tested, and the second is the expected value.EDIT: This issue will be an ongoing issue, since when new features are added, more tests will be required.
The text was updated successfully, but these errors were encountered: