Skip to content

Commit dca163c

Browse files
authored
chore: set cdpe-cloudai as codeowner (#128)
1 parent 92992da commit dca163c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

video/transcoder/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def _session_tests(
187187
) -> None:
188188
# check for presence of tests
189189
test_list = glob.glob("*_test.py") + glob.glob("test_*.py")
190+
test_list.extend(glob.glob("tests"))
190191
if len(test_list) == 0:
191192
print("No tests found, skipping directory.")
192193
else:

0 commit comments

Comments
 (0)