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
- Host: GitHub
- URL: https://github.com/moreati/django-tests
- Owner: moreati
- License: bsd-3-clause
- Created: 2015-09-13T21:14:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T21:14:50.000Z (about 10 years ago)
- Last Synced: 2025-03-18T07:47:41.629Z (7 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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