Skip to content

Commit 8ecdd16

Browse files
committed
corrects the excluded tests printing
1 parent 30a1e63 commit 8ecdd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def get_default_pattern(loader):
137137
if re.match(args.pattern, test_module):
138138
cases.append(f"{test_module}")
139139
else:
140-
print(f"monai test runner: excluding tests.{test_module}")
140+
print(f"monai test runner: excluding {test_module}")
141141
print(cases)
142142
tests = unittest.TestLoader().loadTestsFromNames(cases)
143143
discovery_time = pc.total_time

0 commit comments

Comments
 (0)