Test Your FastAPI API with Pytest
Writing test cases for your code is a tedious task and most developers ignore this part.
But writing good test cases for your program saves a ton of effort in testing your application.
If you have a CI/CD pipeline for your application, automated test...
pratheekms.hashnode.dev5 min read
Eva
hey.. i am new to pytest..i want to ask where i can see data that we are inserting in confest.py file..because when i am trying to run post and update test it is inserting in real db..but i cant see confest.py file record in real db..and also i am getting 422 status code when i am trying to run delete test