Skip to content

Commit

Permalink
rebase merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bryson committed Jan 5, 2024
1 parent d47bf01 commit c49bfe3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
8 changes: 0 additions & 8 deletions harvester/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@

from .compare import compare
from .extract import download_waf, extract, traverse_waf
from .load import (
create_ckan_package,
dcatus_to_ckan,
load,
patch_ckan_package,
purge_ckan_package,
update_ckan_package,
)

# TODO these imports will need to be updated to ensure a consistent api
from .harvest import *
Expand Down
8 changes: 6 additions & 2 deletions tests/integration/load/ckan/test_ckan_cud_int.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
from harvester.load import (create_ckan_package, patch_ckan_package,
purge_ckan_package, update_ckan_package)
from harvester.load import (
create_ckan_package,
patch_ckan_package,
purge_ckan_package,
update_ckan_package,
)


def test_create_package(ckan_entrypoint, test_ckan_package):
Expand Down
5 changes: 3 additions & 2 deletions tests/unit/load/ckan/test_ckan_transform.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from deepdiff import DeepDiff

from harvester.load import (
simple_transform,
create_ckan_publisher_hierarchy,
dcatus_to_ckan,
simple_transform,
)
from deepdiff import DeepDiff


def test_simple_transform(test_ckan_transform_catalog):
Expand Down

1 comment on commit c49bfe3

@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__.py130100% 
   compare.py120100% 
   extract.py551313 76%
   harvest.py1022 80%
   load.py1001010 90%
   transform.py161010 38%
harvester/utils
   __init__.py20100% 
   json.py40100% 
   util.py70100% 
harvester/validate
   __init__.py20100% 
   dcat_us.py2433 88%
TOTAL2453884% 

Tests Skipped Failures Errors Time
28 0 💤 0 ❌ 0 🔥 15.611s ⏱️

Please sign in to comment.