Skip to content

Commit

Permalink
enabled appcfg tests for empty values (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 authored Jun 29, 2023
1 parent 43fc80a commit 551298c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/appconfig_preferences_ex_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ def test_cfg_ex_set_empty_key(class_to_test):
class_to_test.set("", "some value")


# @pytest.mark.parametrize("value", ("0", "1", "12 3", ""))
@pytest.mark.parametrize("value", ("0", "1", "12 3"))
@pytest.mark.parametrize("value", ("0", "1", "12 3", ""))
@pytest.mark.parametrize("class_to_test", (NC_APP.appconfig_ex_api, NC_APP.preferences_ex_api))
def test_cfg_ex_set_delete(value, class_to_test):
class_to_test.delete("test_key")
Expand Down

0 comments on commit 551298c

Please sign in to comment.