Running Tests from Inside Vim
If you’re keen on TDD, then leaving your editor to run tests can be annoying. There are lots of options for running tests, however: some people use file watchers to trigger tests when the project’s files are modified, and others use test runners from within their IDE or…