summaryrefslogtreecommitdiff
path: root/macaroonbakery/tests/test_namespace.py
diff options
context:
space:
mode:
Diffstat (limited to 'macaroonbakery/tests/test_namespace.py')
-rw-r--r--macaroonbakery/tests/test_namespace.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/macaroonbakery/tests/test_namespace.py b/macaroonbakery/tests/test_namespace.py
index 2f04bb3..8a821e5 100644
--- a/macaroonbakery/tests/test_namespace.py
+++ b/macaroonbakery/tests/test_namespace.py
@@ -31,6 +31,8 @@ class TestNamespace(TestCase):
ns1 = checkers.deserialize_namespace(data)
self.assertEquals(ns1, ns)
+ # TODO(rogpeppe) add resolve tests
+
def test_register(self):
ns = checkers.Namespace(None)
ns.register('testns', 't')