We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b5d65 commit 76a8d19Copy full SHA for 76a8d19
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