Write faster integration tests for Django views – with less code.


License
Other
Install
pip install django-skivvy==0.1.12

Documentation

django-skivvy

django-skivvy helps you write better and more readable tests for Django views.

https://travis-ci.org/oliverroick/django-skivvy.svg?branch=master

Requirements

  • Python 3.4, 3.5, 3.6, 3.7
  • Django 1.11, 2.1, 2.2

Installation

pip install django-skivvy

Usage

Refer to the documentation for further details.

Documentation

Docs live inside docs, as a DocBox app. To change the content of the docs, edit the Markdown files in docs/content.

There's a script to help you build and deploy docs to the gh-pages branch. To deploy, run:

./.deploy/deploy.sh

Contributors