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

TST: tests for empty string enabled

parent a9ed38a7
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ def teardown():
print(e)
@pytest.mark.xfail(reason="""wait for f-empty-and-null-values branch of pylib""")
def test_empty_string():
r1 = db.Record()
r1.add_parent("TestRT")
......@@ -95,7 +94,6 @@ def test_null_value():
assert len(db.execute_query("FIND Record TestRT")) == 2
@pytest.mark.xfail(reason="""wait for f-empty-and-null-values branch of pylib""")
def test_list_with_empty_string():
r1 = db.Record()
r1.add_parent("TestRT")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment