Skip to main content

Set of helpers for easy testing of Django apps.

Project description

https://img.shields.io/pypi/v/djet.svg https://img.shields.io/travis/sunscrapers/djet.svg https://img.shields.io/codecov/c/github/sunscrapers/djet.svg

Django Extended Tests is a set of helpers for easy testing of Django apps.

Main features:

  • easy unit testing of Django views (ViewTestCase)

  • useful assertions provides as mixin classes:

    • response status codes (StatusCodeAssertionsMixin)

    • emails (EmailAssertionsMixin)

    • messages (MessagesAssertionsMixin)

    • model instances (InstanceAssertionsMixin)

  • handy helpers for testing file-related code (InMemoryStorageMixin and others)

  • smooth integration with Django REST Framework authentication mechanism (APIViewTestCase)

Full documentation available on read the docs.

Developed by SUNSCRAPERS with passion & patience.

Requirements

  • Python: 2.7 (Only Django 1.11), 3.4+

  • Django: 1.11, 2.0+

  • (optional) Django REST Framework: 3.7+

Installation

Simply install using pip:

$ pip install djet

Documentation

Full documentation is available to study at read the docs and in docs directory.

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

djet-0.3.0.tar.gz (34.4 kB view hashes)

Uploaded Source

Built Distribution

djet-0.3.0-py3-none-any.whl (7.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