Searched refs:GRAMMAR_TEST_FILE (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_keyword.py15 GRAMMAR_TEST_FILE = 'graminit_test.c' variable
70 with open(GRAMMAR_TEST_FILE, 'w') as fp:
91 self.addCleanup(support.unlink, GRAMMAR_TEST_FILE)
92 self._generate_keywords(GRAMMAR_TEST_FILE, TEST_PY_FILE)

Completed in 102 milliseconds