Rename test method better

This commit is contained in:
Nathan Yam 2017-06-07 23:39:02 +10:00 committed by Kfir Hadas
parent ffd87f32d2
commit 64098dae49
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class NyaaTestCase(unittest.TestCase):
os.close(self.db)
os.unlink(nyaa.app.config['DATABASE'])
def test_empty_db(self):
def test_index_url(self):
rv = self.app.get('/')
assert b'Browse :: Nyaa' in rv.data
assert b'Guest' in rv.data