Bug Fix 11282: config.getini returns an empty list for an option of type string absent in INI file

This commit is contained in:
TanyaAgarwal28 2023-10-11 10:55:21 +05:30
parent 6350fa1c11
commit 9c7d7cf82a
1 changed files with 0 additions and 1 deletions

View File

@ -382,7 +382,6 @@ def test_my_option(pytester):
encoding="utf-8",
)
result = pytester.runpytest("--my_option=None", str(testdir))
assert result.ret == 0
result.stdout.fnmatch_lines(["*1 passed*"])