We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb8890 commit 829efb6Copy full SHA for 829efb6
core/generate_ctest/identify.py
@@ -36,7 +36,7 @@ def identify_ctest(project):
36
testinfo[param]["tests"][test] = set()
37
testinfo[param]["tests"][test].add(value)
38
39
- # ctest shoud pass all good value
+ # ctest should pass all good value
40
for param, info in testinfo.items():
41
ctests[param] = []
42
good_values = testinfo[param]["good_values"]
0 commit comments