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.
Release files for django-tdd 0.1.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-tdd-0.1.0.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz | Details |
Total release size: 4.9 kB
Release files / django-tdd-0.1.0.tar.gz
| Download URL | django-tdd-0.1.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ebbeddb7c4a944dc85baf97b551b613fc82de8185b129e1cd6b694f156ad4060
|
|
BLAKE2b-256 checksum How to use checksums |
884f35b8076b721acf78c29e5f3843d26e6cfac1f13ca2f4be8c76bfdb91c3c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz
| Download URL | django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
781e3bff1863323fe6f296d793844ae08a5640719d2704f500b1acc2864b4b5f
|
|
BLAKE2b-256 checksum How to use checksums |
62c4d25cf4e0fb579513cafe0e9efeeb4d76465d7410342cd9157dbe320bff45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |