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"
Install clowder
for local development
script/update
Remove clowder
script/clean
The 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.