Searched refs:tests_path (Results 1 – 2 of 2) sorted by relevance
9 tests_path = os.path.join(current_path, 'tests') variable12 tests_path,15 all_tests = [f[:-3] for f in os.listdir(tests_path)
8 tests_path = os.path.join(current_path, 'tests') variable11 tests_path,27 all_tests = [f[:-8] for f in os.listdir(tests_path) if f.endswith('_test.py')]