Test analysis tool for Django
Project description
Django Test Plus Extensions
Django Test Plus Extensions is a collection of custom extensions for the Django Framework.
Getting Started
Django Test Plus Extension is an advanced tool for Django tests. Motivation; This is a detailed analysis of the atomic parts of Django tests. In short, each running test understands how long it runs.
Requirements
- Django > 1.11
Getting
You can get Django Extensions by using pip:
$ pip install test_plus
If you want to install it from source, grab the git repository from GitHub and run setup.py:
$ git clone git://github.com/tolgahanuzun/test_plus.git
$ cd test_plus
$ python setup.py install
Installing
To enable django_extensions in your project you need to add it to INSTALLED_APPS in your projects settings.py file:
INSTALLED_APPS = (
...
'test_plus',
...
)
Using
It takes the same parameter in Django tests.
python manage.py test_plus
or
python manage.py test_plus app_name.test.test_file -k -v 2
Result
Support
Inspired by the Django Extensions package. It is free and open to improvement. I can improve if you tell me your needs. You can also support the development.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for test_plus-0.1.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c10dc11c35ee8e7418b4f9d4c83641bd13677cecb10d77b123a2d365fe3c7135 |
|
MD5 | 5f9dc70cc44a95e6bcccfef88b34f8ca |
|
BLAKE2b-256 | 66cc6206e33809854ded2757ab7268fed1ec21ef963c6a6f868260fa15bdee00 |