Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 923595e

Browse files
Restructured API
1 parent ebcc446 commit 923595e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

‎__init__.py

Whitespace-only changes.

‎tests/test_app.py renamed to ‎test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def test_login_invalid(client):
7777
assert response.headers["Content-Type"] == "application/json"
7878
assert response.status_code == 401
7979
assert b"Invalid login credentials" in response.data
80-
assert b"Welcome, you are logged in as miko98" not in response.data
80+
assert b"Welcome, you are logged in as miko98" not in response.data

‎tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /