writing some unit tests
This commit is contained in:
5
slopserver/test/test_api.py
Normal file
5
slopserver/test/test_api.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fastapi import FastAPI
|
||||
from fastapi.testclient import TestClient
|
||||
from slopserver.server import app as slopserver_app
|
||||
|
||||
client = TestClient(slopserver_app)
|
||||
Reference in New Issue
Block a user