Skip to content
Snippets Groups Projects
Verified Commit d7c9dd8b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

add new test for SELECT name FROM ENTITY

parent 2b2dae43
No related branches found
No related tags found
1 merge request!4add new test for SELECT name FROM ENTITY
Pipeline #6640 passed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -147,6 +147,11 @@ def test_name2():
assert e.description is None
def test_name_from_entity():
p3s = db.execute_query("SELECT name FROM ENTITY")
assert len(p3s) == 37
def test_multi1():
p1 = db.execute_query(
"SELECT id, name, description FROM TestPropertyOne",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment