Added small testing framework for the middleware.

This commit is contained in:
2013-10-13 17:30:31 +01:00
parent e2606e35fd
commit 438874e148
11 changed files with 289 additions and 15 deletions

14
wercker.yml Normal file
View File

@@ -0,0 +1,14 @@
box: wercker/python
# Build definition
build:
# The steps that will be executed on build
steps:
# A step that executes `pip install` command
- pip-install
# A custom script step, name value is used in the UI
# and the code value contains the command that get executed
- script:
name: run unit tests
code: |
python manage.py test -v2 eveigb