Skip to content

Commit 9bd3bb5

Browse files
committed
added info on possible test results
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent 28b7dd9 commit 9bd3bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/30-testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The following test outcomes are usually possible:
180180
- The test passes, usually indicated as a green checkmark.
181181
- An assertion in the test fails, usually indicated as a yellow exclamation mark.
182182
- There is a runtime error before reaching any assertions, usually indicated as a red "x".
183-
- The test does not terminate.
183+
- The test times out or does not terminate at all.
184184
- The testing tool or entire system crashes; these outcomes are uncommon in today's managed code environments.
185185

186186

0 commit comments

Comments
 (0)