8000 Fix indentation · utPLSQL/utPLSQL@03b0566 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03b0566

Browse files
author
Rachid EL AISSAOUI
committed
Fix indentation
1 parent e0a9fa1 commit 03b0566

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/userguide/best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The following are best practices we at utPLSQL have learned about PL/SQL and Uni
1515
- Tests should not mimic / duplicate the logic of tested code
1616
- Tests should contain zero logic (or as close to zero as possible)
1717
- The 3A rule:
18-
- Arrange (setup inputs/data/environment for the tested code)
19-
- Act (execute code under test)
20-
- Assert (validate the outcomes of the execution)
18+
- Arrange (setup inputs/data/environment for the tested code)
19+
- Act (execute code under test)
20+
- Assert (validate the outcomes of the execution)
2121
- Each tested procedure/function/trigger (code block) should have more than one test
2222
- Each test should check only one behavior (one requirement) of the code block under test
2323
- Tests should be maintained as thoroughly as production code

0 commit comments

Comments
 (0)
0