tests package¶
Submodules¶
tests.conftest module¶
tests.master_test module¶
tests.test_ontologies module¶
tests.test_ontology_schema_setup module¶
Test script to verify ontology and schema setup.
This script demonstrates: 1. Loading ontologies and schemas 2. Testing the order attribute type conversion 3. Verifying the ontology-schema mapping
- tests.test_ontology_schema_setup.main()¶
Run all tests.
- tests.test_ontology_schema_setup.test_ontology_paths()¶
Test that all ontology files can be found.
- tests.test_ontology_schema_setup.test_ontology_schema_mapping()¶
Test that ontologies have corresponding schemas.
- tests.test_ontology_schema_setup.test_schema_paths()¶
Test that all schema files can be found.
- tests.test_ontology_schema_setup.test_single_select_conversion()¶
Test the single-select attribute type conversion logic.