Skip to content

Commit

Permalink
chore: set cdpe-cloudai as codeowner (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicain authored and parthea committed Jun 8, 2023
1 parent 061183c commit 3c78b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions video/transcoder/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def _session_tests(
) -> None:
# check for presence of tests
test_list = glob.glob("*_test.py") + glob.glob("test_*.py")
test_list.extend(glob.glob("tests"))
if len(test_list) == 0:
print("No tests found, skipping directory.")
else:
Expand Down

0 comments on commit 3c78b9a

Please sign in to comment.