From 747e6f230b7da3758cdb2e7d3166772d4bd7f9c2 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 7 Mar 2018 10:07:49 -0800 Subject: [PATCH] Change the order of steps for running tests to make pre-requisites more obvious --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5828d1b2c755..3d13b1785126 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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