Completed the register test so we have 100% of test coverage

This commit is contained in:
Christophe de Vienne
2011-09-18 21:48:06 +02:00
parent 61e5980636
commit e8129df805

View File

@@ -69,6 +69,9 @@ class TestController(unittest.TestCase):
r = WSRoot()
assert r.protocols['dummy']
r = WSRoot(['dummy'])
assert r.protocols['dummy']
def test_scan_api(self):
class NS(object):
@expose(int)