Skip to content

Commit

Permalink
remove front end test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haizzz committed Oct 28, 2018
1 parent 0316c12 commit f8c9bb0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions main/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
# Create your tests here.


class TestFrontend(SimpleTestCase):

def test_main(self):
# smoke test front end
client = Client()
re = client.get("/")
self.assertEqual(re.status_code, 200)
# giberrish
re = client.get("/akldsjfkajsdfk")
self.assertEqual(re.status_code, 200)


class TestSponsorViewSet(TestCase):
fixtures = ["main/fixtures/sponsors.json"]

Expand Down

0 comments on commit f8c9bb0

Please sign in to comment.