#!/bin/bash

export PYTHONPATH=./:./tests/testproject/:$PYTHONPATH

env python ./tests/testproject/manage.py test testapp
