Tests in msgraph.core.cli are copied from azure-cli and modified to remove azure-cli specific implementations. Most of the azure-cli tests are left out because they either have a dependency on azure-cli extension support -- which we do not support -- or tests specific azure-cli implementations.
Overview
Adds core and command module tests
Demo
N/A
Notes
Tests in
msgraph.core.cli
are copied fromazure-cli
and modified to removeazure-cli
specific implementations. Most of theazure-cli
tests are left out because they either have a dependency on azure-cli extension support -- which we do not support -- or tests specificazure-cli
implementations.Testing Instructions
pipenv shell
pytest
Fixes #48, #46