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
33e071f4
Verified
Commit
33e071f4
authored
4 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
TST: mark test_empty_text_value as XFAIL
parent
319523b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/test_empty_text_value.py
+2
-0
2 additions, 0 deletions
tests/test_empty_text_value.py
tests/test_issues_server.py
+0
-3
0 additions, 3 deletions
tests/test_issues_server.py
with
2 additions
and
3 deletions
tests/test_empty_text_value.py
+
2
−
0
View file @
33e071f4
...
...
@@ -39,6 +39,7 @@ def teardown():
print
(
e
)
@pytest.mark.xfail
(
reason
=
"""
wait for f-empty-and-null-values branch of pylib
"""
)
def
test_empty_string
():
r1
=
db
.
Record
()
r1
.
add_parent
(
"
TestRT
"
)
...
...
@@ -94,6 +95,7 @@ def test_null_value():
assert
len
(
db
.
execute_query
(
"
FIND Record TestRT
"
))
==
2
@pytest.mark.xfail
(
reason
=
"""
wait for f-empty-and-null-values branch of pylib
"""
)
def
test_list_with_empty_string
():
r1
=
db
.
Record
()
r1
.
add_parent
(
"
TestRT
"
)
...
...
This diff is collapsed.
Click to expand it.
tests/test_issues_server.py
+
0
−
3
View file @
33e071f4
...
...
@@ -24,7 +24,6 @@
"""
Tests for issues on gitlab.com, project caosdb-mysqlbackend.
"""
import
caosdb
as
db
from
nose
import
with_setup
def
setup_module
():
...
...
@@ -46,7 +45,6 @@ def teardown():
# ########################### Issue tests start here ###########################
@with_setup
(
setup
,
teardown
)
def
test_issue_85_a
():
"""
SQLIntegrityConstraintViolationException for special inheritance patterns.
...
...
@@ -71,7 +69,6 @@ def test_issue_85_a():
# # Duplicate entry '12345-12346-12345' for key 'PRIMARY'
@with_setup
(
setup
,
teardown
)
def
test_issue_85_b
():
"""
SQLIntegrityConstraintViolationException for special inheritance patterns.
...
...
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