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.