jarhart / SublimeSBT

SBT build tool integration for Sublime Text 2 and Sublime Text 3.
MIT License
98 stars 10 forks source link

Test quick #24

Closed timgautier closed 11 years ago

timgautier commented 11 years ago

I added the ability to call test-quick and continuous test-quick from the plugin. It's pretty much identical to test-only except with the different command. I don't really know python so there's probably a better way to do this without the code duplication, but this seemed to work.

jarhart commented 11 years ago

Hey, thanks, I didn't even know about test-quick before! :+1:

I changed the code a bit to re-use the 'test-only' argument and remove some duplication.

timgautier commented 11 years ago

Ah yes, that refactor is much better. One of these days I'll get around to learning python. :)