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:
efc223a
)
Fix a pyflakes warning.
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 5 May 2014 22:17:51 +0000
(23:17 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 5 May 2014 22:17:51 +0000
(23:17 +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 05c5eaba6f2694b9792ce2246263a4d86b8b19cd..c134249e7bf82c05d5cf66303e4883223f975aef 100644
(file)
--- a/
src/allmydata/test/test_client.py
+++ b/
src/allmydata/test/test_client.py
@@
-31,8
+31,6
@@
class Basic(testutil.ReallyEqualMixin, unittest.TestCase):
client.Client(basedir)
def test_comment(self):
- dummy = "pb://wl74cyahejagspqgy4x5ukrvfnevlknt@127.0.0.1:58889/bogus"
-
should_fail = [r"test#test", r"#testtest", r"test\\#test"]
should_not_fail = [r"test\#test", r"test\\\#test", r"testtest"]