We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update naming - it can be confusing if a file is named "test_stageXXX.py", but does not contain tests for the stage's main functions or logic.
Update the text per agreement to put each test case into a separate file.
Replace variable with 1 in example. It was unclear whether the variable was defined or not.
Add link to the "Test suite setup" section.
Add links to the "Test case" section.
Minor fix.
Typo fix.
Replace hyphen-minus symbol ('-') with en dash ('–'): "An em dash or a spaced en dash can be used to mark a break in a sentence, and a pair can be used to set off parenthetical statements." (c) Wiki
Add hyperlink to unittest documentation
Add crossreference to "Further reading" section
Added pyDKB directory structure.
Mentioned the necessity of making __init__.py.
Fixed a typo.
Fixed a second code example to match the previous commit.
Improved a code example.
Reworded an obsolete snippet.
Fixed article in a proverb.
Added the section about adding tests in a cycle.
Added future plans for stage-level tests.
Added clarification regarding test rules of unittest and test rules of DKB.
Minor improvements to readability.
Created How-to: tests (markdown)