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
Branches
Tags
1 merge request!4add new test for SELECT name FROM ENTITY
Checking pipeline status
......@@ -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.
Please register or to comment