How to run backend tests? #894
Answered
by
RohanExploit
fy23-ssvhankade-star
asked this question in
Q&A
|
Could you tell me what command to use to run the backend tests locally? |
Answered by
RohanExploit
Jul 6, 2026
Replies: 1 comment
|
You can run the backend tests locally using the python test scripts: python test_routes.py or run pytest inside the tests directory. |
0 replies
Answer selected by
fy23-ssvhankade-star
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can run the backend tests locally using the python test scripts: python test_routes.py or run pytest inside the tests directory.