Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 682 Bytes

Contributing

Getting Started

Clone the repository:

git clone git@github.com:JrGoodle/clowder.git
cd clowder

Add the directory you cloned the repo into to PYTHONPATH in your shell profile. For example, if cloned into $HOME/clowder

export PYTHONPATH="$PYTHONPATH:$HOME/clowder/clowder"

Building

Install clowder for local development

script/update

Remove clowder

script/clean

Testing

The existing tests are all pytest-bdd functional tests located in tests/features.

Pull requests

Any new functionality or bug fixes must have associated tests, in order to prevent future regressions.