django-tdd
==========
A Django management command to run tests every time a file is saved.
Installation
===
pip install django-tdd
Then add django-tdd to your INSTALLED_APPS:
INSTALLED_APPS = {
...
'django_tdd',
}
Usage
===
Use the management command in place of `runserver`. The following command will run all of the tests in your project and then start the development server.
python manage.py tdd
When you change a file, the development server will stop, all the tests will be run again, and the development server will start again.
==========
A Django management command to run tests every time a file is saved.
Installation
===
pip install django-tdd
Then add django-tdd to your INSTALLED_APPS:
INSTALLED_APPS = {
...
'django_tdd',
}
Usage
===
Use the management command in place of `runserver`. The following command will run all of the tests in your project and then start the development server.
python manage.py tdd
When you change a file, the development server will stop, all the tests will be run again, and the development server will start again.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-tdd-0.1.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-tdd-0.1.0.tar.gz.
File metadata
- Download URL: django-tdd-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebbeddb7c4a944dc85baf97b551b613fc82de8185b129e1cd6b694f156ad4060
|
|
| MD5 |
e90529d0d2c365d6bd0ee0abe26d5bec
|
|
| BLAKE2b-256 |
884f35b8076b721acf78c29e5f3843d26e6cfac1f13ca2f4be8c76bfdb91c3c5
|
File details
Details for the file django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz.
File metadata
- Download URL: django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
781e3bff1863323fe6f296d793844ae08a5640719d2704f500b1acc2864b4b5f
|
|
| MD5 |
de5934e9a6aac3bf12a8aafd4513105a
|
|
| BLAKE2b-256 |
62c4d25cf4e0fb579513cafe0e9efeeb4d76465d7410342cd9157dbe320bff45
|