Commit 29ece754 authored by Łukasz Nowak's avatar Łukasz Nowak

Add another test stub.

parent 66df7071
......@@ -281,6 +281,9 @@ class OnlineTest(OnlineMixin, unittest.TestCase):
self.assertTrue(
str(msg).startswith("Too many entries for a given key %r"% key))
def test_DirectoryNotFound_non_trustable_entry(self):
raise NotImplementedError
def _run_nc_POST200(tree, host, port):
server_address = (host, port)
httpd = Server(tree, server_address, NCHandlerPOST200)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment