Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/lib/
Dtest_tokens.py64 def test_scanner(data_filename, canonical_filename, verbose=False): function
75 test_scanner.unittest = ['.data', '.canonical']
/third_party/python/Lib/test/
Dtest_re.py1260 def test_scanner(self): member in ReTests