bikemap/home/tests.py

6 lines
139 B
Python
Raw Permalink Normal View History

2015-09-01 03:31:25 +00:00
from django.test import TestCase
# Create your tests here.
class HomeTest(TestCase):
def test_home(self):
self.client.get("/")