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
4328bc6a
Commit
4328bc6a
authored
5 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
TST: Use RT with non-internal id
parent
eaebac5f
No related branches found
No related tags found
1 merge request
!82
Add test for https://gitlab.com/linkahead/linkahead-pylib/-/issues/89
Pipeline
#57996
passed
5 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
+1
-1
1 addition, 1 deletion
tests/test_issues_pylib.py
with
1 addition
and
1 deletion
tests/test_issues_pylib.py
+
1
−
1
View file @
4328bc6a
...
...
@@ -78,7 +78,7 @@ def test_gitlab_com_89():
https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/81
"""
# We need a container generated with data from the server
db
.
RecordType
(
id
=
1
,
name
=
"
1
"
).
insert
()
db
.
RecordType
(
name
=
"
TestType
"
).
insert
()
container
=
db
.
execute_query
(
"
FIND RECORDTYPE *
"
)
# With this container, to_xml, xml2str, and from_xml should not generate
...
...
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