xref: /third_party/PyYAML/tests/lib/test_all.py
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/PyYAML/tests/lib/
1a5f9918aSopenharmony_ci
2a5f9918aSopenharmony_ciimport sys, yaml, test_appliance
3a5f9918aSopenharmony_ci
4a5f9918aSopenharmony_cidef main(args=None):
5a5f9918aSopenharmony_ci    collections = []
6a5f9918aSopenharmony_ci    import test_yaml
7a5f9918aSopenharmony_ci    collections.append(test_yaml)
8a5f9918aSopenharmony_ci    if yaml.__with_libyaml__:
9a5f9918aSopenharmony_ci        import test_yaml_ext
10a5f9918aSopenharmony_ci        collections.append(test_yaml_ext)
11a5f9918aSopenharmony_ci    return test_appliance.run(collections, args)
12a5f9918aSopenharmony_ci
13a5f9918aSopenharmony_ciif __name__ == '__main__':
14a5f9918aSopenharmony_ci    main()
15a5f9918aSopenharmony_ci
16

Indexes created Thu Nov 07 10:32:03 CST 2024