/unclegabe

Porting Unclebob functionality to Django 1.8+

Primary LanguagePython

Unclegabe - Unclebob testing style for Django 1.8+

Unclegabe is a library to emulate the properties of Unclebob when testing in Django 1.8+

Installation

$ pip install unclegabe

Or just add it to your development.txt.

Usage

In your settings.py:

TEST_RUNNER = 'unclegabe.runners.NoseRunner'