A tool to help keep track of tests, specially for you - developer.
Project description
- 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
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)
File details
Details for the file django-tests-assistant-0.3.0.tar.gz
.
File metadata
- Download URL: django-tests-assistant-0.3.0.tar.gz
- Upload date:
- Size: 664.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84cf31a63c6a86f1a46c57f65905574902fcb24daf041d1231c993a5b57bec81 |
|
MD5 | 6594cb902052dd7128331b2f996e07fc |
|
BLAKE2b-256 | e24fd7f4379ae2752a60198d5d98dbcc00c4eaba293ab2e4657d1b020e93ad76 |