devenjarvis / sundew

Making Python testing easy, enjoyable, and effective ☀️
https://devenjarvis.github.io/sundew/
MIT License
10 stars 1 forks source link

Explore testmon-like functionality #29

Open devenjarvis opened 1 year ago

devenjarvis commented 1 year ago

testmon is an incredible project that only runs the necessary tests for code changes since the last test run. I believe the function-based testing approach of sundew makes it naturally suited to build out similar functionality, without the use of coverage.py.