richleland / django-happening

a collection of news and events focused django apps.

Changed (Δ17 bytes):

raw changeset »

happening/events/tests.py (1 lines added, 1 lines removed)

Up to file-list happening/events/tests.py:

@@ -14,7 +14,7 @@ class MainTests(TestCase):
14
14
15
15
class EventsTests(MainTests):
16
16
    fixtures = ['test-data-events']
17
    urls = 'urls'
17
    urls = 'happening.events.urls'
18
18
    
19
19
    def test_events_views(self):
20
20
        url = reverse('events-index')