/cloudshell-core

Core package for CloudShell Python orchestration and automation.

Primary LanguagePythonOtherNOASSERTION

Build Status Coverage Status PyPI version Dependency Status Stories in Ready

CloudShell Core

Repo for the cloudshell-core package. The cloudshell-core package contains basic contracts and utility classes for CloudShell shells and orchestration.

Contributing

We welcome community ideas and contributions.

To provide feedback or request enhancements simply create an issue in the repository. You can use the Waffle Board to add issues directly and catch up on the current backlog progress.

Contributing code

  1. Fork the repository.

  2. Make the code change. Make sure the tests pass. Add unit tests to cover any new behavior. We do require that the coverage does not decrease with the new code.

  3. Submit a PR

Running the tests

This repository uses nose to run tests. To run all tests run the following from command line:

nosetests