Thanks to visit codestin.com Credit goes to github.com
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 c94f7ce commit c47cdffCopy full SHA for c47cdff
kms/attestations/noxfile.py
@@ -187,6 +187,7 @@ def _session_tests(
187
) -> None:
188
# check for presence of tests
189
test_list = glob.glob("*_test.py") + glob.glob("test_*.py")
190
+ test_list.extend(glob.glob("tests"))
191
if len(test_list) == 0:
192
print("No tests found, skipping directory.")
193
else:
kms/snippets/noxfile.py
0 commit comments