HACKER Q&A
📣 barefeg

What are some modern testing tools for Python?


I would love to have something like Jest for python. For example only running the tests that were affected by the previous code changes


  👤 asicsp Accepted Answer ✓
I don't know about Jest. Searching for "python test only code changes" online, got me this SO [0] Q&A, and one of the comments mentioned this plugin for pytest [1]. There were other SO results too.

[0] https://stackoverflow.com/questions/13447627/testing-only-af...

[1] https://github.com/tarpas/pytest-testmon