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
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.2.0.tar.gz
(665.1 kB
view details)
File details
Details for the file django-tests-assistant-0.2.0.tar.gz
.
File metadata
- Download URL: django-tests-assistant-0.2.0.tar.gz
- Upload date:
- Size: 665.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
84f19427752ccdd4291bd5ade5881e648fa508875198d5463cd77a0fb7400467
|
|
MD5 |
0fb6eb0be8c8601858f0b1fe31fa8ece
|
|
BLAKE2b-256 |
bc5c4fea04d0befacaa550cd5db5a5244aada010bb7b2e0f7b041b83d89e020d
|