Searched refs:jsonfile (Results 1 – 1 of 1) sorted by relevance
15 def validate(self, jsonfile): argument25 with open(jsonfile) as f:45 for jsonfile in glob.glob(TESTS_SCHEMA_FOLDER):46 testname = os.path.splitext(os.path.basename(jsonfile))[0]47 setattr(cls, 'test_%s' % testname, test_gen(jsonfile))