microsoft / vscode-powerquery-sdk

Power Query Connector Development SDK for VS Code
MIT License
72 stars 12 forks source link

Flag tests that connect to external resources #344

Closed mattmasson closed 1 month ago

mattmasson commented 1 month ago

In certain build environments we want to be able to exclude tests that make external connections. This changes adds an [External] prefix to the two test suites that make external connections, and uses the -i --fgrep mocha CLI options to exclude these tests.