An open API service indexing awesome lists of open source software.

https://github.com/moreati/django-tests

The Django test suite, as an installable package
https://github.com/moreati/django-tests

Last synced: 7 months ago
JSON representation

The Django test suite, as an installable package

Awesome Lists containing this project

README

          

django-tests is an unofficial distribution of the Django test suite,
for third-party projects that have found it useful to build on the tests.

Neither the Django project, not the maintainers of this distribution promise
the test suite will have stable APIs. Django's test suite is not covered
by the project's deprecation policy. Functions, classes, modules and entire
packages will move or disappear at the drop of a patch release.

The version of this package will roughly correspond to the matching Django
version.

Installation
============

::

pip install django-tests

License
=======

The same as Django: BSD license