diff --git a/pre_commit_hooks/loaderon_hooks/Documentation/automatic_testing.txt b/pre_commit_hooks/loaderon_hooks/Documentation/automatic_testing.txt index c1da92c..5bdc2a0 100644 --- a/pre_commit_hooks/loaderon_hooks/Documentation/automatic_testing.txt +++ b/pre_commit_hooks/loaderon_hooks/Documentation/automatic_testing.txt @@ -10,4 +10,4 @@ coverage report --fail-under 100 Each automatic test method should have three stages: -Initialization: declaring and specification of all necessary variables and data for the test. -Execution: run all to-be-tested procedures. --Verification: checking of obtained results. \ No newline at end of file +-Verification: checking of obtained results. Might not be necessary when an exception is expected. \ No newline at end of file