Versioning (0.1.0)
This commit is contained in:
@@ -22,6 +22,7 @@ def login_headers(username='alice'):
|
||||
|
||||
|
||||
def test_login_returns_token():
|
||||
assert app.version == '0.1.0'
|
||||
response = client.post('/api/auth/login', json={
|
||||
'username': 'alice',
|
||||
'password': 'secret123',
|
||||
|
||||
Reference in New Issue
Block a user