microsoft / vscode-tools-for-ai

Azure Machine Learning for Visual Studio Code, previously called Visual Studio Code Tools for AI, is an extension to easily build, train, and deploy machine learning models to the cloud or the edge with Azure Machine Learning service.
Other
321 stars 91 forks source link

Azure ML & Azure ML Remote Extension Unit Testing #1444

Open shsuman opened 2 years ago

shsuman commented 2 years ago

Testing in the Azure ML and Azure ML Remote extension

High level items Azure ML Extension Unit Tests

High level items Azure ML-Remote Extension Unit Tests

shsuman commented 2 years ago

From @sevillal: Better way to support:

unit test: .unit.test.ts, using tsc output functional test: .functional.test.ts, using tsc output smoke test: *.smoke.test.ts, using actual generated vsix