thoreg_dojo

The coding dojo of Thoreg


Keywords
dojo, thoreg, examples, flask, behave, tests
License
BSD-3-Clause
Install
pip install thoreg_dojo==0.5

Documentation

dojo

coding for fun and profit ...

https://travis-ci.org/thoreg/dojo.svg?branch=master https://coveralls.io/repos/thoreg/dojo/badge.png?branch=master

Setup

mkvirtualenv dojo
pip install -r requirements.txt

Development Server

# export PYTHONPATH to the directory where 'dojo' exists
python views.py

Tests

# Run all tests
make tests

# Run continuous all tests (used during test driven development)
make tdd

# Run acceptance tests
make behave