From 1c24f60d5c5b64a168b1b6bae16bc6c6e6ee68d0 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 25 Feb 2019 15:37:46 -0800 Subject: [PATCH 1/2] FIx order of icons --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 53408e300363..eb8d2335fc44 100644 --- a/package.json +++ b/package.json @@ -644,7 +644,7 @@ { "command": "python.debugtests", "when": "view == python_tests && !busyTests", - "group": "navigation@4" + "group": "navigation@3" }, { "command": "python.runtests", @@ -659,12 +659,12 @@ { "command": "python.discoverTests", "when": "view == python_tests && !busyTests", - "group": "navigation@3" + "group": "navigation@4" }, { "command": "python.discoveringTests", "when": "view == python_tests && discoveringTests", - "group": "navigation@3" + "group": "navigation@4" }, { "command": "python.runFailedTests", @@ -2150,7 +2150,7 @@ "compile-webviews-verbose": "npx webpack --config webpack.datascience-ui.config.js", "postinstall": "node ./node_modules/vscode/bin/install && node ./build/ci/postInstall.js", "test": "node ./out/test/standardTest.js && node ./out/test/multiRootTest.js", - "test:unittests": "mocha --require source-map-support/register --opts ./build/.mocha.unittests.opts", + "test:unittests": "mocha --require source-map-support/register --opts ./build/.mocha.unittests.opts --grep='xUnit'", "test:unittests:cover": "nyc --nycrc-path ./build/.nycrc npm run test:unittests", "test:functional": "mocha --require source-map-support/register --opts ./build/.mocha.functional.opts", "test:functional:cover": "nyc --nycrc-path ./build/.nycrc npm run test:functional", From bd1d5989dc2a3f1ae0f10b6ca9b36b8510c11148 Mon Sep 17 00:00:00 2001 From: Derek Keeler Date: Mon, 25 Feb 2019 16:10:52 -0800 Subject: [PATCH 2/2] Update package.json Co-Authored-By: DonJayamanne --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb8d2335fc44..e7851c55da09 100644 --- a/package.json +++ b/package.json @@ -2150,7 +2150,7 @@ "compile-webviews-verbose": "npx webpack --config webpack.datascience-ui.config.js", "postinstall": "node ./node_modules/vscode/bin/install && node ./build/ci/postInstall.js", "test": "node ./out/test/standardTest.js && node ./out/test/multiRootTest.js", - "test:unittests": "mocha --require source-map-support/register --opts ./build/.mocha.unittests.opts --grep='xUnit'", + "test:unittests": "mocha --require source-map-support/register --opts ./build/.mocha.unittests.opts", "test:unittests:cover": "nyc --nycrc-path ./build/.nycrc npm run test:unittests", "test:functional": "mocha --require source-map-support/register --opts ./build/.mocha.functional.opts", "test:functional:cover": "nyc --nycrc-path ./build/.nycrc npm run test:functional",