Home
last modified time | relevance | path

Searched refs:jsonfile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libucl/python/tests/
H A Dtest_validation.py15 def validate(self, jsonfile): argument
25 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))