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

Version Downloads

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

Give path to the search indexes:

TEST_ASSISTANT_WHOOSH_PATH = "/path/to/whoosh/index/directory"

Edit settings.py of your project and add following at the end:

from assistant.settings import *

Edit your urls.py and add a url mapping in your urlpatterns:

url(r'tests/', 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.3.0.tar.gz (664.9 kB view details)

Uploaded Source

File details

Details for the file django-tests-assistant-0.3.0.tar.gz.

File metadata

File hashes

Hashes for django-tests-assistant-0.3.0.tar.gz
Algorithm Hash digest
SHA256 84cf31a63c6a86f1a46c57f65905574902fcb24daf041d1231c993a5b57bec81
MD5 6594cb902052dd7128331b2f996e07fc
BLAKE2b-256 e24fd7f4379ae2752a60198d5d98dbcc00c4eaba293ab2e4657d1b020e93ad76

See more details on using hashes here.

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