GithubHelp home page GithubHelp logo

microsoft / vsts-cd-manager Goto Github PK

View Code? Open in Web Editor NEW
8.0 44.0 12.0 71 KB

This is a small library that can be used to setup Continuous Delivery of Azure web apps thru Visual Studio Team Services

License: MIT License

Python 100.00%

vsts-cd-manager's Introduction

Visual Studio Team Services Continuous Delivery Manager

This project provides the class ContinuousDeliveryManager and supporting classes. This CD manager class allows the caller to manage Azure Continuous Delivery pipelines that are maintained within a VSTS account.

Contribute Code

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

Packaging

The released packages for this code can be found here https://pypi.python.org/pypi/vsts-cd-manager. Use the standard PYPI packaging flow to push a new release. Make sure to increment the version number appropriately.

Example

python setup.py sdist
python -m twine upload dist/*

Running Tests

The only class we have unit tests for is the ContinuousDeliveryManager class. As features are added, add tests and maintain a high (>80%) code coverage number for this class. You can run these tests in the following way:

python tests/test_continuous_delivery_manager.py

Code Coverage

Code coverage for the vsts_cd_manager.py file should be kept current with any new features. Most of the other code is boiler plate REST API code that could be generated for the most part. You can find out more about how to run code coverage here: https://coverage.readthedocs.io/en/coverage-4.4

vsts-cd-manager's People

Contributors

bluca avatar jpricket avatar microsoftopensource avatar msftgits avatar vinod953 avatar vinodkumar3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vsts-cd-manager's Issues

Don't install "mock" for runtime

Hello!

Your package installs "mock" as part of the runtime, even if used only for tests. Don't do that (since every customers will get "mock" installed for no reasons).

Instead, create a "dev_requirements.txt" that contains "mock", and explain to your CI and test contributor to install it first (it's pretty common and won't surprise anyone).

Thanks! :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.