From 72b362c0a118e36c56c02e3a8b7245166f11c932 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 6 May 2020 11:43:01 +0200 Subject: [PATCH] TST: tests for empty string enabled --- tests/test_empty_text_value.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_empty_text_value.py b/tests/test_empty_text_value.py index b197b72..b5d6165 100644 --- a/tests/test_empty_text_value.py +++ b/tests/test_empty_text_value.py @@ -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") -- GitLab