Skip to content

Commit

Permalink
remove bpl libraries script
Browse files Browse the repository at this point in the history
  • Loading branch information
fvankrieken committed Dec 10, 2024
1 parent eccb745 commit 7fe6718
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
22 changes: 0 additions & 22 deletions dcpy/library/script/bpl_libraries.py

This file was deleted.

6 changes: 0 additions & 6 deletions dcpy/test/library/test_ingest_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
from . import template_path


def test_bpl_libraries():
ingestor = Ingestor()
ingestor.csv(f"{template_path}/bpl_libraries.yml", version="test")
assert os.path.isfile(".library/datasets/bpl_libraries/test/bpl_libraries.csv")


def test_dpr_capitalprojects():
ingestor = Ingestor()
ingestor.csv(f"{template_path}/dpr_capitalprojects.yml", version="test")
Expand Down

0 comments on commit 7fe6718

Please sign in to comment.