Skip to content

Commit 551298c

Browse files
authored
enabled appcfg tests for empty values (#3)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 43fc80a commit 551298c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/appconfig_preferences_ex_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ def test_cfg_ex_set_empty_key(class_to_test):
1515
class_to_test.set("", "some value")
1616

1717

18-
# @pytest.mark.parametrize("value", ("0", "1", "12 3", ""))
19-
@pytest.mark.parametrize("value", ("0", "1", "12 3"))
18+
@pytest.mark.parametrize("value", ("0", "1", "12 3", ""))
2019
@pytest.mark.parametrize("class_to_test", (NC_APP.appconfig_ex_api, NC_APP.preferences_ex_api))
2120
def test_cfg_ex_set_delete(value, class_to_test):
2221
class_to_test.delete("test_key")

0 commit comments

Comments
 (0)