mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-14 07:39:03 +00:00
Amend method name to reflect actual reg URL test
Cherry-picked 3bb9517f2a61a00fd1443d94ffd11f1f34d33ee6
This commit is contained in:
@@ -43,7 +43,7 @@ class NyaaTestCase(unittest.TestCase):
|
|||||||
rv = self.app.get('/login')
|
rv = self.app.get('/login')
|
||||||
assert b'Username or email address' in rv.data
|
assert b'Username or email address' in rv.data
|
||||||
|
|
||||||
def test_registry(self):
|
def test_registration_url(self):
|
||||||
rv = self.app.get('/register')
|
rv = self.app.get('/register')
|
||||||
assert b'Username' in rv.data
|
assert b'Username' in rv.data
|
||||||
assert b'Password' in rv.data
|
assert b'Password' in rv.data
|
||||||
|
|||||||
Reference in New Issue
Block a user