A tool that runs the Django test suite for a given application without requiring a fully-configured project
Project description
About
django_apptest is a command-line utility for testing your pluggable Django apps outside of a fully-configured project. It will bootstrap Django and run the tests inside your app without having to create a Django project, fill out a settings.py file or any other preparation.
Usage
To run the test suite on an app called my_app, cd into the directory above the my_app directory and run:
$ django_apptest my_app
Use as a module
The simplest way of using django_apptest as a module is via the DjangoAppTest class.
>>> from django_apptest import DjangoAppTest
>>> DjangoAppTest('my_app', 'your_app').run_tests()
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
File details
Details for the file django-app-tester-0.1.1.zip.
File metadata
- Download URL: django-app-tester-0.1.1.zip
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea5099d2ef3b9e6b6212c7dc620bd6b30f4c39ed5ec4b71b6ad76ac986c92efd
|
|
| MD5 |
b01f715e5abc55408826f9e864cc49e8
|
|
| BLAKE2b-256 |
b53ebcff1f9106d155d87d4eb58c3bb7939a755f237c97b36d457d9532e19b28
|