Skip to content

Commit 91d7fb0

Browse files
Move check_test_cases.py to the framework
Signed-off-by: Gilles Peskine <[email protected]>
1 parent 23c4644 commit 91d7fb0

File tree

3 files changed

+2
-89
lines changed

3 files changed

+2
-89
lines changed

docs/architecture/testing/test-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Each test case has a description which succinctly describes for a human audience
2222
* Make the description descriptive. “foo: x=2, y=4” is more descriptive than “foo #2”. “foo: 0<x<y, both even” is even better if these inequalities and parities are why this particular test data was chosen.
2323
* Avoid changing the description of an existing test case without a good reason. This breaks the tracking of failures across CI runs, since this tracking is based on the descriptions.
2424

25-
`tests/scripts/check_test_cases.py` enforces some rules and warns if some guidelines are violated.
25+
`framework/scripts/check_test_cases.py` enforces some rules and warns if some guidelines are violated.
2626

2727
## TLS tests
2828

tests/scripts/check_test_cases.py

Lines changed: 0 additions & 87 deletions
This file was deleted.

tests/scripts/components-basic-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ component_check_test_cases () {
7070
else
7171
opt=''
7272
fi
73-
tests/scripts/check_test_cases.py -q $opt
73+
framework/scripts/check_test_cases.py -q $opt
7474
unset opt
7575
}
7676

0 commit comments

Comments
 (0)