Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
caosdb
Software
CaosDB Crawler
Commits
eb50f875
Commit
eb50f875
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-retrieve-identified' into f-refactor-test_tool
parents
2b33eb61
c8721786
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!123
REL: Release v0.6.0
,
!113
F refactor test tool
Pipeline
#36640
passed with warnings
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unittests/test_file_identifiables.py
+4
-6
4 additions, 6 deletions
unittests/test_file_identifiables.py
with
4 additions
and
6 deletions
unittests/test_file_identifiables.py
+
4
−
6
View file @
eb50f875
...
...
@@ -2,17 +2,15 @@
# Tests for file identifiables
# A. Schlemmer, 06/2021
import
caosdb
as
db
from
unittest.mock
import
Mock
,
patch
import
caosdb
as
db
import
pytest
from
pytest
import
raises
from
unittest.mock
import
patch
,
Mock
from
caoscrawler.identifiable
import
Identifiable
from
caoscrawler.identifiable_adapters
import
LocalStorageIdentifiableAdapter
from
caosdb.cached
import
cache_clear
from
caoscrawler.identifiable
import
Identifiable
from
caosdb.exceptions
import
EmptyUniqueQueryError
from
pytest
import
raises
@pytest.fixture
(
autouse
=
True
)
...
...
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