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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Python Integration Tests
Merge requests
!60
TST: Test for issue server#143.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
TST: Test for issue server#143.
f-server-144
into
dev
Overview
3
Commits
9
Pipelines
15
Changes
1
Merged
Timm Fitschen
requested to merge
f-server-144
into
dev
2 years ago
Overview
3
Commits
9
Pipelines
15
Changes
1
Summary
Tests for
caosdb-server!90 (merged)
Edited
2 years ago
by
Timm Fitschen
0
0
Merge request reports
Viewing commit
30f980e3
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
30f980e3
STY: formatting
· 30f980e3
Timm Fitschen
authored
2 years ago
tests/test_issues_server.py
+
1
−
1
View file @ 30f980e3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -1274,7 +1274,7 @@ def test_143(num):
@pytest.mark.parametrize
(
"
num
"
,
[
"
1 e+23
"
,
"
- 5e22
"
,
"
2e -323
"
,
"
2E- 323
"
,
"
5 E 22
"
,
"
1 E+ 23
"
,
"
+ 1
"
])
"
2E- 323
"
,
"
5 E 22
"
,
"
1 E+ 23
"
,
"
+ 1
"
])
def
test_143_white_space
(
num
):
"""
https://gitlab.com/caosdb/caosdb-server/-/issues/144
"""
Loading