This document discusses a pytest plugin called testmon that aims to improve test execution speed by only running tests affected by code changes rather than the entire test suite each time. It notes that users dislike long wait times for test results and while instant test feedback was once unrealistic, improvements in computing now make selectively running related tests feasible. The author provides contact information and links for users to try out and contribute to the open source testmon project on GitHub to help transform this idea of faster targeted testing into a useful tool.