Skip to content
Snippets Groups Projects

F json schema datamodel

Compare and
17 files
+ 1037
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
0
@@ -83,6 +83,9 @@ python3 -m pytest test_crawl_with_datamodel_problems.py
echo "Testing table export"
python3 -m pytest test_base_table_exporter_integration.py
echo "Testing json-schema datamodel parser"
python3 -m pytest test_json_schema_datamodel_parser.py
echo "Testing yaml datamodel parser"
python3 -m pytest test_yaml_parser.py
Loading