Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Z
zema_emc_annotated
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
M4D
zema_emc_annotated
Commits
90d2ae53
Verified
Commit
90d2ae53
authored
2 years ago
by
Björn Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
test(dataset): remove tests for local cache location
parent
18be7018
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_zema_dataset.py
+0
-13
0 additions, 13 deletions
tests/test_zema_dataset.py
with
0 additions
and
13 deletions
tests/test_zema_dataset.py
+
0
−
13
View file @
90d2ae53
...
...
@@ -10,7 +10,6 @@ from zema_emc_annotated import dataset
from
zema_emc_annotated.data_types
import
UncertainArray
from
zema_emc_annotated.dataset
import
(
ExtractionDataType
,
LOCAL_ZEMA_DATASET_PATH
,
ZEMA_DATASET_URL
,
ZEMA_QUANTITIES
,
ZeMASamples
,
...
...
@@ -99,18 +98,6 @@ def test_dataset_all_contains_constant_quantities() -> None:
assert
"
ZEMA_QUANTITIES
"
in
dataset
.
__all__
def
test_dataset_has_attribute_LOCAL_ZEMA_DATASET_PATH
()
->
None
:
assert
hasattr
(
dataset
,
"
LOCAL_ZEMA_DATASET_PATH
"
)
def
test_dataset_attribute_LOCAL_ZEMA_DATASET_PATH_is_path
()
->
None
:
assert
isinstance
(
LOCAL_ZEMA_DATASET_PATH
,
Path
)
def
test_dataset_attribute_LOCAL_ZEMA_DATASET_PATH_in_all
()
->
None
:
assert
"
LOCAL_ZEMA_DATASET_PATH
"
in
dataset
.
__all__
def
test_dataset_has_attribute_ZEMA_DATASET_URL
()
->
None
:
assert
hasattr
(
dataset
,
"
ZEMA_DATASET_URL
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment