Closed david-wagih closed 1 year ago
can you please take a look @Celebio issue #35
LGTM. Were you able to run the test without the background fully operational?
I tried to run these tests for the base endpoints in the static.py file, but I didn;t add tests yet for the endpoints that are not working with me yet @Celebio
Why ?
to start adding tests for each endpoint we have now or added later, and that is important for our code maintainability.
How ?
started using pytest for writing my initial test.
Test plan
in the root directory of the backend folder inside seamlisten app folder, type the command pytest which will trigger all the tests written in the project.