Skip to content

QualiSystems/cloudshell-networking

Repository files navigation

cloudshell-networking

Build Status Coverage Status PyPI version Dependency Status Stories in Ready

CloudShell Networking

Repo for the cloudshell-networking package providing basic abstractions for networking and connectivity. The cloudshell-networking package is used as a dependency by CloudShell Shells and connectivity providers implementations.

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