We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c75d7 commit df10185Copy full SHA for df10185
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