https://github.com/adamcharnock/django-live-server
The live server test case implementation due out in Django 1.4
https://github.com/adamcharnock/django-live-server
Last synced: about 2 months ago
JSON representation
The live server test case implementation due out in Django 1.4
- Host: GitHub
- URL: https://github.com/adamcharnock/django-live-server
- Owner: adamcharnock
- License: bsd-3-clause
- Created: 2012-02-14T15:07:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-20T11:02:26.000Z (over 13 years ago)
- Last Synced: 2025-02-14T00:20:06.958Z (3 months ago)
- Language: Python
- Homepage: https://code.djangoproject.com/ticket/2879
- Size: 103 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Django Live Server
==================This is purely the implementation of the ``LiveServerTestCase`` code
due out in Django 1.4.Details are here:
https://docs.djangoproject.com/en/dev/releases/1.4/#support-for-in-browser-testing-frameworks
https://code.djangoproject.com/changeset/17241I make no claim at all to this code - it was written by people
much smarter than I!