Skip to main content

A tool to help keep track of tests, specially for you - developer.

Project description

lisence:

agplv3+

django:

1.5

pypi:

https://pypi.python.org/pypi/django-tests-assistant

Install

Setting up test assistant for your project is so easy. It’s just 3 step process.

Install django-tests-assistant from pypi

pip install django-tests-assistant

Edit settings.py of your project and add:

from assistant.settings import *

Edit your urls.py and add followingi in your urlpatterns:

url(r'^', include('assistant.urls')),

That is it & enjoy :) Oh, don’t forget to do a python manage.py syncdb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tests-assistant-0.1.1.tar.gz (665.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page