We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Alternatively, you can invoke the tests directly from ST's console:
window.run_command('run_vintageous_tests', {'working_dir': '/path/to/Vintageous'})
If you want to run a subset of tests, use this invocation:
window.run_command('run_vintageous_tests', {'working_dir': '/path/to/Vintageous', 'loader_pattern': 'test*reverse.py'})