Skip to content

Commit

Permalink
Change the order of steps for running tests to make pre-requisites mo…
Browse files Browse the repository at this point in the history
…re obvious
  • Loading branch information
brettcannon authored Mar 7, 2018
1 parent 23b9c38 commit 747e6f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ Use the `Launch Extension` launch option.

### Unit Tests

Run the Unit Tests via the `Launch Test` and `Launch Multiroot Tests` launch option.
Currently unit tests only run on [Travis](https://travis-ci.org/Microsoft/vscode-python)

#### Requirements

1. Ensure you have disabled breaking into 'Uncaught Exceptions' when running the Unit Tests
1. For the linters and formatters tests to pass successfully, you will need to have those corresponding Python libraries installed locally
1. Run the Unit Tests via the `Launch Test` and `Launch Multiroot Tests` launch options.

### Standard Debugging

Expand Down

0 comments on commit 747e6f2

Please sign in to comment.