microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Task/tests #60

Closed jobala closed 3 years ago

jobala commented 3 years ago

Overview

Adds core and command module tests

Demo

N/A

Notes

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.

Testing Instructions

Fixes #48, #46