Skip to content

Commit 83653ff

Browse files
committed
feat: test api
1 parent 7e01e68 commit 83653ff

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

app/user/tests/__init__.py

Whitespace-only changes.

app/user/tests/confest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def api_client_with_credentials(token: str, api_client):
2+
return api_client.credentials(HTTP_AUTHORIZATION="Bearer " + token)

app/user/tests/factories.py

Whitespace-only changes.

app/user/tests/test_auth.py

Whitespace-only changes.

app/user/tests/test_user.py

Whitespace-only changes.

0 commit comments

Comments
 (0)