sublime-test-runner icon indicating copy to clipboard operation
sublime-test-runner copied to clipboard

Sublime Text plugin for running tests.

Results 5 sublime-test-runner issues
Sort by recently updated
recently updated
newest added

Here are the rules for the json color scheme syntax ``` { "name": "Test PASS", "scope": "test.status.pass", "foreground": "#33FF33", }, { "name": "Test FAIL", "scope": "test.status.fail", "foreground": "#FF3333", }, {...

When trying to iterate quickly on development (I'm experimenting with TDD in C++), it's important to get feedback quickly. When it's compiling and passing the little note in the status...

Please consider adding project level settings support. Each project may have it's own method of running/configuring tests etc. Rather than configuring this globally. Example: https://github.com/jonlabelle/SublimeJsPrettier/blob/40152c846f0808c34cd156ed02f8588e77e32ed3/jsprettier/sthelper.py#L34

I don't even know what `Makefile` means, and google says it's some linux thing so I quickly closed the Google tab because I didn't want to know any irrelevant things....

when test runner triggers the run_tests command, it currently looks for a parent directory which contains a test, tests, spec or specs directory, and runs the command there i think...

enhancement