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

configurable working directory for running tests

Open accerqueira opened this issue 12 years ago • 0 comments

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 it would be nice if you could specify where to run the command, maybe with something like xpath, adapted to filesystem

the default expression would be: ancestor-or-self::directory[directory[matches(@name,"tests?|specs?")]]

accerqueira avatar Jun 01 '13 00:06 accerqueira