Skip to content

Commit

Permalink
test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Dec 21, 2023
1 parent aaad024 commit 32f8aca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/load/ckan/test_ckan_cud.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ def test_dcatus_to_ckan_transform(test_dcatus_catalog):
"author_email": None,
}

assert DeepDiff(dcatus_to_ckan(test_dcatus_catalog), expected_result) == {}
assert (
DeepDiff(harvester.dcatus_to_ckan(test_dcatus_catalog), expected_result) == {}
)


@patch("harvester.create_ckan_package")
Expand Down

1 comment on commit 32f8aca

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
harvester
   __init__.py120100% 
   compare.py50100% 
   extract.py4877 85%
   load.py8566 93%
   transform.py1377 46%
harvester/utils
   __init__.py20100% 
   json.py40100% 
harvester/validate
   __init__.py20100% 
   dcat_us.py2433 88%
TOTAL1952388% 

Tests Skipped Failures Errors Time
24 0 💤 0 ❌ 0 🔥 17.413s ⏱️

Please sign in to comment.