Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

django_skiptest-1.0.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page