We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7baea07 commit 5cb630cCopy full SHA for 5cb630c
bin/suite_sanity_check
@@ -37,6 +37,7 @@ class SanityTests(TestCase):
37
test_glob = os.path.join(SUITE_ROOT_DIR, "*/*.json")
38
logging.info("Looking for tests in %s", test_glob)
39
cls.test_files = glob(test_glob)
40
+ logging.info("Found %s test files", len(cls.test_files))
41
assert cls.test_files, "Didn't find the test files!"
42
43
def test_all_files_are_valid_json(self):
0 commit comments