Commit de81e898 authored by Łukasz Nowak's avatar Łukasz Nowak

Mark new to be done test suite.

parent 17be2c49
......@@ -15,6 +15,11 @@ class OfflineTest(unittest.TestCase):
nc = NetworkcacheClient('http://127.0.0.1:0', 'http://127.0.0.1:0')
self.assertRaises(IOError, nc.upload, content)
class OnlineTest(unittest.TestCase):
"""Online tests against real (or simulated?) HTTP server"""
def test(self):
raise NotImplementedError
class LibNetworkCacheMixin(unittest.TestCase):
def setUp(self):
......
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