- lisence:
agplv3+
- django:
1.5
- pypi:
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
Release files for django-tests-assistant 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-tests-assistant-0.3.0.tar.gz | 664.9 kB | Details |
Release files / django-tests-assistant-0.3.0.tar.gz
| Download URL | django-tests-assistant-0.3.0.tar.gz |
|---|---|
| Size | 664.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
84cf31a63c6a86f1a46c57f65905574902fcb24daf041d1231c993a5b57bec81
|
|
BLAKE2b-256 checksum How to use checksums |
e24fd7f4379ae2752a60198d5d98dbcc00c4eaba293ab2e4657d1b020e93ad76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |