Skip to content

Commit 7f22ddd

Browse files
committed
Update tests/
1 parent 3ce0b90 commit 7f22ddd

4 files changed

Lines changed: 5 additions & 206 deletions

File tree

tests/helpers.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77

88
THIS_SCRIPT_PATH = Path(__file__).parent
99
REPOSITORY_ROOT_PATH = THIS_SCRIPT_PATH / ".."
10-
EXAMPLE_PATH = REPOSITORY_ROOT_PATH / "example" / "datapackage.json"
1110
PROFILE_PATH = REPOSITORY_ROOT_PATH / "geolocator-dp-profile.json"
12-
RELAXED_PROFILE_PATH = (
13-
REPOSITORY_ROOT_PATH / "geolocator-dp-profile-relaxed.json"
14-
) # File created in later step
1511
TABLE_SCHEMA_PATHS = [
1612
REPOSITORY_ROOT_PATH / "observations-table-schema.json",
1713
REPOSITORY_ROOT_PATH / "tags-table-schema.json",
1814
REPOSITORY_ROOT_PATH / "measurements-table-schema.json",
15+
REPOSITORY_ROOT_PATH / "staps-table-schema.json",
16+
REPOSITORY_ROOT_PATH / "twilights-table-schema.json",
17+
REPOSITORY_ROOT_PATH / "paths-table-schema.json",
18+
REPOSITORY_ROOT_PATH / "edges-table-schema.json",
19+
REPOSITORY_ROOT_PATH / "pressurepaths-table-schema.json",
1920
]
2021

2122

tests/httpserver.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

tests/validate_example_current_schema.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

tests/validate_example_versioned_schema.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)