Skip to content

Running the Test Suite

Guillermo López-Anglada edited this page Jul 28, 2014 · 10 revisions

Basic

  1. Clone this repository
  2. Build from Source
  3. From the command palette (Ctrl+Shift+P), run one of:
    • Build: Vintageous - Test (All)
    • Build: Vintageous - Test (This File Only)

Advanced

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'})
Clone this wiki locally