Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 35: increase test coverage of validation_input.py (#66)
* Start refactoring export_schema function * Add empty TestExportSchema * Rename to input_helpers to validation_input * Further refactor export_schema function * Formatting * Add docstrings * Delete duplicate schema_to_json_string and export_schema functions, move ad-hoc functions to other.py * Add some comments to other.py * Add test to TestReadDataQualityRulesFromJson * Move get_data_quality_rules_dict * Add validate_schema object to test file dq_rules.json * Add some tests for read_data_quality_rules_from_json * Add raise JSONDecodeError * Remove all print statements from load_data_quality_rules_from_json_string * Replace load_data_quality_rules_from_json_string with json.loads * Remove references to load_data_quality_rules_from_json_string * Add test_get_data_quality_rules_dict_raises_json_decode_error * Re-insert data_quality_rules_dict fixture * more merge changes * Update pyproject.toml --------- Co-authored-by: bas <[email protected]> Co-authored-by: Arthur Kordes <[email protected]> Co-authored-by: ArthurKordes <[email protected]>
- Loading branch information