How to run tests in pytest project? #13337
-
I haven't not worked with unit tests much tests. How to run unit tests for the pytest project itself? I've tried |
Beta Was this translation helpful? Give feedback.
Answered by
The-Compiler
Mar 31, 2025
Replies: 1 comment
-
pytest uses pytest, somewhat unsurprisingly 😉 See the contribution docs for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
webknjaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pytest uses pytest, somewhat unsurprisingly 😉
See the contribution docs for more details.