Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Python Integration Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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 Python Integration Tests
Commits
6f2d1890
Commit
6f2d1890
authored
2 months ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
REFACTOR: mark xfail
parent
7b47eb81
No related branches found
No related tags found
1 merge request
!87
Test for https://gitlab.com/linkahead/linkahead-pylib/-/issues/123
Pipeline
#62091
passed
2 months 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
tests/test_issues_pylib.py
+2
-0
2 additions, 0 deletions
tests/test_issues_pylib.py
with
2 additions
and
0 deletions
tests/test_issues_pylib.py
+
2
−
0
View file @
6f2d1890
...
...
@@ -199,6 +199,7 @@ def test_gitlab_com_120():
assert
len
(
rt1_retrieved
.
get_property
(
rt2
.
name
).
properties
)
==
0
@pytest.mark.xfail
(
reason
=
"
We do not yet consider the role during retrieve
"
)
def
test_gitlab_com_123
():
"""
Test that Entity Role is taken into account when retrieving entities with
...
...
@@ -220,6 +221,7 @@ def test_gitlab_com_123():
file
=
db
.
File
(
"
TestUniquenessRecordType
"
).
retrieve
()
assert
file
.
role
==
"
File
"
def
test_gitlab_com_127
():
"""
Test that the timeout option in pylinkahead.ini accepts separate
...
...
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