Hate to do this again, but Rails has this cool tool called guard that automatically runs tests as you save files.
// you can manually configure it so that it regex’s to find all relevant tests
https://github.com/guard/guard-minitest
I always thought Revise.jl could be the cornerstone of a dev framework for all sorts of toys like this (e.g. testing)