Skip to content
Snippets Groups Projects
Commit 5c93b1bb authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Successfully implemented server instance and client inside API testing module

parent d7642645
No related branches found
No related tags found
No related merge requests found
from multiprocessing import Process
import requests
import unittest
import uvicorn
class TestApiFromAutomatedClient(unittest.TestCase):
def setUp(self) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment