mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
document a test-method
This commit is contained in:
parent
f7f3c54f93
commit
c93ee4f867
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user