Skip to main content

Simple enhancement to the TestCase which creates user and loggs him in.

Project description

https://badge.fury.io/py/django-logon-testcase.svg https://travis-ci.org/PetrDlouhy/django-logon-testcase.svg?branch=master https://codecov.io/gh/PetrDlouhy/django-logon-testcase/branch/master/graph/badge.svg

Simple enhancement to the TestCase which creates user and loggs him in.

Documentation

The full documentation is at https://django-logon-testcase.readthedocs.io.

Quickstart

Install Django Logon TestCase:

pip install django-logon-testcase

Use it in your tests:

from django.test import TestCase

from logon_testcase import LogonMixin

class MyTestCase(LogonMixin, TestCase):
     ...

The logged user is available in self.user variable.

Features

You can get your own user for the test by overriding get_user function:

class MyTestCase(LogonMixin):
     def get_user(self):
         return User.objects.create()

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-08-10)

  • First release on PyPI.

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-logon-testcase-0.1.1.tar.gz (14.9 kB view details)

Uploaded Source

File details

Details for the file django-logon-testcase-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-logon-testcase-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f7b710d83cd975ff5e31afa8059a4f7b7256b71637e1271725bfde4dab5f6d5d
MD5 a7e94b3ae3cb6b644b2b76d43642ecea
BLAKE2b-256 39bb2f09ffa0b9b8818526d19a5ba4d3de56538cbd9f40458a27d1e73cd54717

See more details on using hashes here.

Supported by

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