1a5f9918aSopenharmony_ci 2a5f9918aSopenharmony_cifrom test_dump_load import * 3a5f9918aSopenharmony_cifrom test_mark import * 4a5f9918aSopenharmony_cifrom test_reader import * 5a5f9918aSopenharmony_cifrom test_canonical import * 6a5f9918aSopenharmony_cifrom test_tokens import * 7a5f9918aSopenharmony_cifrom test_structure import * 8a5f9918aSopenharmony_cifrom test_errors import * 9a5f9918aSopenharmony_cifrom test_resolver import * 10a5f9918aSopenharmony_cifrom test_constructor import * 11a5f9918aSopenharmony_cifrom test_emitter import * 12a5f9918aSopenharmony_cifrom test_representer import * 13a5f9918aSopenharmony_cifrom test_recursive import * 14a5f9918aSopenharmony_cifrom test_input_output import * 15a5f9918aSopenharmony_cifrom test_sort_keys import * 16a5f9918aSopenharmony_cifrom test_multi_constructor import * 17a5f9918aSopenharmony_ci 18a5f9918aSopenharmony_cifrom test_schema import * 19a5f9918aSopenharmony_ci 20a5f9918aSopenharmony_ciif __name__ == '__main__': 21a5f9918aSopenharmony_ci import test_appliance 22a5f9918aSopenharmony_ci test_appliance.run(globals()) 23a5f9918aSopenharmony_ci 24