Skip to content

Commit 2854739

Browse files
committed
forgot to import pytest
1 parent c7cb10c commit 2854739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from fastapi.testclient import TestClient
44
import json
55
from unittest import mock
6+
import pytest
67
from app import services
78
from app.main import APP
89

0 commit comments

Comments
 (0)