Commit e3853926 authored by Alec Wang's avatar Alec Wang

cleaned test imports

parent 99031989
Pipeline #907 canceled with stages
from django.urls import resolve from django.urls import resolve
from django.test import TestCase from django.test import TestCase
# Create your tests here. # Create your tests here.
from .views import * from .views import *
from django.test import TestCase
class HomePageTest(TestCase): class HomePageTest(TestCase):
def test_home_page_returns_correct_html(self): def test_home_page_returns_correct_html(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment