mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 14:52:16 +00:00
Use Django TestCase
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from django.utils import unittest
|
||||
from django.test import TestCase
|
||||
from django.core.urlresolvers import reverse
|
||||
|
||||
|
||||
class StoreViewsTestCase(unittest.TestCase):
|
||||
class StoreViewsTestCase(TestCase):
|
||||
|
||||
def test_map_index(self):
|
||||
resp = self.client.get(reverse('map'))
|
||||
|
||||
Reference in New Issue
Block a user