django-embed-video/embed_video/tests
Juda Kaleta 07de8a3af8 Closes #11.
Major changes:

- filter ``embed`` is replaced by tag ``video``.
- removed caching for whole backend, caching properties instead.
- HTTP or HTTPS is set by context.is_secure() (just for ``video`` tag).
- backends can be HTTP only (``allow_https = False``).

Minor changes:

- changed theme of docs to RTD theme.
- help about testing HTTPS on development server.
- added and modified tests
2013-12-21 17:18:47 +01:00
..
__init__.py Tests 2013-08-23 13:37:44 +02:00
custom_backend.py Closes #11. 2013-12-21 17:18:47 +01:00
django_settings.py Tests for CustomBackend 2013-08-22 16:55:49 +02:00
tests.py Tests 2013-08-23 13:37:44 +02:00
tests_admin.py Admin mixin and widget 2013-10-04 10:19:21 +02:00
tests_backend.py Closes #11. 2013-12-21 17:18:47 +01:00
tests_custom_backend.py Closes #11. 2013-12-21 17:18:47 +01:00
tests_fields.py Rename embed_video.base to embed_video.backends 2013-08-22 09:26:43 +02:00
tests_tags.py Closes #11. 2013-12-21 17:18:47 +01:00
tests_utils.py Add tests for utils.import_by_path 2013-08-22 16:09:14 +02:00