Remove debug statement
This commit is contained in:
@@ -645,7 +645,6 @@ def filter_tests(output_file, filters):
|
|||||||
print("No tests to filter.")
|
print("No tests to filter.")
|
||||||
return
|
return
|
||||||
|
|
||||||
print(test_files)
|
|
||||||
if test_files == ["tests"]:
|
if test_files == ["tests"]:
|
||||||
test_files = [os.path.join("tests", f) for f in os.listdir("tests") if f not in ["__init__.py"] + filters]
|
test_files = [os.path.join("tests", f) for f in os.listdir("tests") if f not in ["__init__.py"] + filters]
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user