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
a36248f1
Verified
Commit
a36248f1
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
tests for
caosdb-server#134
parent
e2f541f1
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
Tests for multiple white space chars after `FROM`
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_issues_server.py
+5
-0
5 additions, 0 deletions
tests/test_issues_server.py
with
5 additions
and
0 deletions
tests/test_issues_server.py
+
5
−
0
View file @
a36248f1
...
...
@@ -233,3 +233,8 @@ def test_issue_120():
permission
=
"
USE:AS_REFERENCE
"
)
entity
.
update
(
flags
=
{
"
ACL
"
:
None
})
assert
entity
.
messages
[
"
Warning
"
,
1104
][
0
]
==
"
User Role does not exist.
"
def
test_issue_134
():
"""
multiple white space characters after `FROM`
"""
db
.
execute_query
(
"
SELECT pname FROM ename
"
)
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