Example #1
0
 def test_urls(self):
     r = Router(test_routes)
     urls = r.urls()
     self.assertEqual(len(urls), 2)