Skip to content

Commit 5cb630c

Browse files
committed
Show number of tests found
1 parent 7baea07 commit 5cb630c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/suite_sanity_check

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class SanityTests(TestCase):
3737
test_glob = os.path.join(SUITE_ROOT_DIR, "*/*.json")
3838
logging.info("Looking for tests in %s", test_glob)
3939
cls.test_files = glob(test_glob)
40+
logging.info("Found %s test files", len(cls.test_files))
4041
assert cls.test_files, "Didn't find the test files!"
4142

4243
def test_all_files_are_valid_json(self):

0 commit comments

Comments
 (0)