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
2b67fcdd
Unverified
Commit
2b67fcdd
authored
5 years ago
by
Daniel
Browse files
Options
Downloads
Patches
Plain Diff
FIX: mysqlbackend issue 85 should be fixed now.
parent
7163f363
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_issues_mysqlbackend.py
+3
-5
3 additions, 5 deletions
tests/test_issues_mysqlbackend.py
with
3 additions
and
5 deletions
tests/test_issues.py
→
tests/test_issues
_mysqlbackend
.py
+
3
−
5
View file @
2b67fcdd
...
...
@@ -3,8 +3,8 @@
# ** header v3.0
# This file is a part of the CaosDB Project.
#
# Copyright (c) 2020 IndiScale GmbH
# Copyright (c) 2020 Daniel Hornung
<
d.hornung@indiscale.com
>
# Copyright (c) 2020 IndiScale GmbH
(www.indiscale.com)
# Copyright (c) 2020 Daniel Hornung
(
d.hornung@indiscale.com
)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
...
...
@@ -21,7 +21,7 @@
#
# ** end header
"""
Tests for issues on gitlab.com
"""
"""
Tests for issues on gitlab.com
, project caosdb-mysqlbackend.
"""
from
__future__
import
absolute_import
,
print_function
,
unicode_literals
...
...
@@ -57,7 +57,6 @@ def teardown():
# ########################### Issue tests start here ###########################
@pytest.mark.xfail
@with_setup
(
setup
,
teardown
)
def
test_issue_85_a
():
"""
SQLIntegrityConstraintViolationException for special inheritance patterns.
...
...
@@ -83,7 +82,6 @@ def test_issue_85_a():
# # Duplicate entry '12345-12346-12345' for key 'PRIMARY'
@pytest.mark.xfail
@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