コード例 #1
0
ファイル: test_router.py プロジェクト: AKST/web.py-router
 def test_class_paths(self):
     r = Router(test_routes)
     paths = r.class_paths()
     self.assertTrue(isinstance(paths, dict))
     self.assertEqual(len(paths), 1)