Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/pyyaml/tests/lib/
Dtest_structure.py35 def test_structure(data_filename, structure_filename, verbose=False): function
60 test_structure.unittest = ['.data', '.structure']
Dtest_yaml.py7 from test_structure import *
Dtest_yaml_ext.py286 import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \
288 wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor,