mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
added exception expecting case for good practices
This commit is contained in:
parent
af333f7062
commit
aab57cf1db
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
-Verification: checking of obtained results. Might not be necessary when an exception is expected.
|
||||
Loading…
Add table
Add a link
Reference in a new issue