aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.forms.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2012-03-12 21:30:03 -0700
committerIgor Minar2012-03-12 23:04:12 -0700
commitafe617a647211bbb2173bb0dd4c4c6d44c11a407 (patch)
tree49fd1b447cf3fa44b2738249f4c1adc93726b945 /docs/content/guide/dev_guide.forms.ngdoc
parentf59e4b11f11261c234a821db67088f0de88a2852 (diff)
downloadangular.js-afe617a647211bbb2173bb0dd4c4c6d44c11a40
#!/usr/bin/env python
"""
Useful tool to run the test suite for rest_framework and generate a coverage report.
"""

# http://ericholscher.com/blog/2009/jun/29/enable-setuppy-test-your-django-apps/
# http://www.travisswicegood.com/2010/01/17/django-virtualenv-pip-and-fabric/
# http://code.djangoproject.com/svn/django/trunk/tests/runtests.py
import os
import sys

# fix sys path so we don't need to setup PYTHONPATH
sys