poorly conceived test

pull/46/head
eric 2017-12-15 18:24:19 -05:00
parent ef49e65e30
commit 1611ebe82a
1 changed files with 0 additions and 9 deletions

View File

@ -164,15 +164,6 @@ class PageTests(TestCase):
r = anon_client.get("/free/epub/gfdl/")
self.assertEqual(r.status_code, 200)
def test_static(self):
# not logged in
anon_client = Client()
r = anon_client.get("/static/js/sitewide1.js")
self.assertEqual(r.status_code, 200)
r = anon_client.get("/static/scss/pledge.css")
self.assertEqual(r.status_code, 200)
class GoogleBooksTest(TestCase):
fixtures = ['initial_data.json', 'neuromancer.json']
def test_googlebooks_id(self):