Home | History | Annotate | Download | only in test

Lines Matching refs:template

189         # Broader test of all interesting names in a template
190 with test_support.captured_stdout() as template:
192 words = set(re.findall('[A-Za-z]+', template.getvalue()))