test_url.py 133 Bytes 1 2 3 4 5 6 from django.test import SimpleTestCase class TestUrls(SimpleTestCase): def test_list_url_is_resolved(self): assert 1==1