Django Library To Skip Tests
Project description
django-skiptests
A Simple django library to skip some tests from a Django project.
https://github.com/naveenslog/django-skiptests
Usage
Just add add to your settings.py::
TEST_RUNNER="skiptests.SkipTestRunner"
SKIP_TEST_CLASSES = [
# Name of the Test Class To Skip
'TestLogin'
]
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
django-skiptest-1.0.0.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file django-skiptest-1.0.0.tar.gz
.
File metadata
- Download URL: django-skiptest-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09a647ff5753c0ce5e379449440e69b92462f33a4f7e4a4063741bb5dd4d605d |
|
MD5 | bca7bc95ffbbbf66696772dca53a7b97 |
|
BLAKE2b-256 | 9cbbca45edb3a9b5c0ace5e14ae34aec9e2d26aaedc61bda6ffd61e42fed8769 |
File details
Details for the file django_skiptest-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_skiptest-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f6e7a1aeee1b714881074bc885826695dbb2371a6bca310bd0483e0ab5f0a77 |
|
MD5 | 806f538fff1e83ff38ceec9abc9878d1 |
|
BLAKE2b-256 | 76c436320bf12a4ada8c80fbbc36e645aafa2556f18eb6e8d89a7c9337be53c2 |