-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
codebaseIssues relating to the source codeIssues relating to the source codegood first issueGood for newcomersGood for newcomerstestsIssues relating to testing the source codeIssues relating to testing the source code
Description
Having more tests can never be a bad thing!
Tests can be found in the tests.py file. An example would be the following:
Line 64 in 59c3ee3
| test(isbn.missing("?131103628"), "0") |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
codebaseIssues relating to the source codeIssues relating to the source codegood first issueGood for newcomersGood for newcomerstestsIssues relating to testing the source codeIssues relating to testing the source code