mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
unused
This commit is contained in:
parent
4a226c7633
commit
18e24a8008
@ -34,16 +34,6 @@ class FakeContext(object):
|
|||||||
self.slots[slotname] = contents
|
self.slots[slotname] = contents
|
||||||
|
|
||||||
|
|
||||||
class FakeField(object):
|
|
||||||
"""
|
|
||||||
Without using Nevow code directly, provide a false IRequest.fields
|
|
||||||
implementation on top of twisted.web's DummyRequest
|
|
||||||
"""
|
|
||||||
def __init__(self, **kw):
|
|
||||||
for k, v in kw.items():
|
|
||||||
setattr(self, k, v)
|
|
||||||
|
|
||||||
|
|
||||||
class RenderSlashUri(unittest.TestCase):
|
class RenderSlashUri(unittest.TestCase):
|
||||||
"""
|
"""
|
||||||
Ensure that URIs starting with /uri?uri= only accept valid
|
Ensure that URIs starting with /uri?uri= only accept valid
|
||||||
|
Loading…
Reference in New Issue
Block a user