We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8434 commit d5054fdCopy full SHA for d5054fd
git/test/test_config.py
@@ -73,6 +73,7 @@ def test_read_write(self):
73
assert r_config.has_section(sname)
74
assert r_config.has_option(sname, oname)
75
assert r_config.get(sname, oname) == val
76
+ w_config.release()
77
# END for each filename
78
79
def test_multi_line_config(self):
0 commit comments