1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
django-autotest
Django autotest is a custom command for your applications that runs the test suite when you save a test file and displays a desktop notification with the results.
Installation
1. Install the package with pip install django_autotest or alternatively you can download the tarball and run python setup.py install
Add autotest to your INSTALLED_APPS list in settings.py
INSTALLED_APPS = ('autotest')
Add a PROJECT_ROOT variable to settings.py with the absolute path to your Django application.
from os.path import abspath, dirname PROJECT_ROOT = abspath(dirname(__file__)) # or if you have already defined that for another purposes ( templates for example ) PROJECT_ROOT = MY_PROJECT_ROOT_DIRECTORY
Usage
Additional notes
Requirements
Django 1.2+
watchdog
For the notifications:
libnotify ( Linux ) Growl ( Windows and Mac )
Release files for django_autotest 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_autotest-0.1.0.tar.gz | 4.7 kB | Details |
Release files / django_autotest-0.1.0.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | django_autotest-0.1.0.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ec8446affe488f21406012d7f37bc41c546bea2aab27d41daeac2aab9ab75f0
|
|
BLAKE2b-256 checksum How to use checksums |
a6f74f4620797c11f0f1fd4390a9e13a435a47ff36e0d7efe163e9a51e6c3a2b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |