projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
273ae00
)
Add ready method to MockMagicFolder to partially fix a test.
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 20 Jul 2015 23:29:14 +0000
(
00:29
+0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 15 Sep 2015 16:56:01 +0000
(17:56 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/test/test_client.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_client.py
b/src/allmydata/test/test_client.py
index 74ed4f7420949cb0683eec94cac8b93ac573ea0a..4c30686fc52695f46c0e0fab3c2a1496604233f1 100644
(file)
--- a/
src/allmydata/test/test_client.py
+++ b/
src/allmydata/test/test_client.py
@@
-316,6
+316,9
@@
class Basic(testutil.ReallyEqualMixin, testutil.NonASCIIPathMixin, unittest.Test
self.dbfile = dbfile
self.inotify = inotify
+ def ready(self):
+ pass
+
self.patch(allmydata.frontends.magic_folder, 'MagicFolder', MockMagicFolder)
upload_dircap = "URI:DIR2:blah"