/zonkylla

Tool for zonky.cz

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

zonkylla

Build Status Code Climate

Tool for zonky.cz

Preparation

After installation configure your local git repository:

# setup commit template
git config commit.template .git-commit-template

Usage

  • Run

    source .tox/py36/bin/activate
    
    zonkylla
    
    # if you need reinstall zonkylla, run this in non-tox console
    tox --notest -r
    
    deactivate
  • Behave testing with debug

    ZONKYLLA_BEHAVE_DEBUG=1 tox -e py36-behave
  • Testing run with mock

    echo 'test' | python -m zonkylla -t test

Resources