Clone the repository:
git clone git@github.com:JrGoodle/clowder.git
cd clowderAdd 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"Install clowder for local development
script/updateRemove clowder
script/cleanThe existing tests are all pytest-bdd functional tests located in tests/features.
Any new functionality or bug fixes must have associated tests, in order to prevent future regressions.