Skip to content

Commit 1781b8d

Browse files
committed
Add FastAPI app with Docker, CI/CD, and linter checking flake8 and pytest
1 parent 5c97255 commit 1781b8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from unittest.mock import MagicMock, patch
22
import sys
33
import os
4+
import warnings
5+
warnings.filterwarnings("ignore", category=DeprecationWarning)
46

57
sys.path.insert(
68
0,

0 commit comments

Comments
 (0)