document a test-method

This commit is contained in:
meejah 2018-02-26 18:25:55 -07:00
parent f7f3c54f93
commit c93ee4f867

View File

@ -167,6 +167,11 @@ class TestCase(testutil.SignalMixin, unittest.TestCase):
self.failUnlessEqual(value, "newer")
def test_write_config_unwritable_file(self):
"""
Existing behavior merely logs any errors upon writing
configuration; this should probably be fixed to do something
better (like fail entirely). See #2905
"""
basedir = "test_node/configdir"
fileutil.make_dirs(basedir)
config = config_from_string("", "", basedir)