combo/tests
Benjamin Dauvergne 52aa9794d0 data: add support for Media class to CellBase (fixes #8293)
You can produce media for a whole page with

  media = sum((cell.media for cell in cells), Media())

The `Media()` is ugly but sum is not able to find itself the base case
for the folding, it defaults to 0 which is not addable to Media.
2015-09-18 12:25:31 +02:00
..
settings.py tests: remove combo.apps.wcs, it's now installed by default 2015-05-20 19:41:01 +02:00
test_cells.py data: add support for Media class to CellBase (fixes #8293) 2015-09-18 12:25:31 +02:00
test_manager.py manager: add an asset management page to remove images (#6590) 2015-05-05 14:59:28 +02:00
test_pages.py add initial tests on pages and cells 2015-01-17 14:01:57 +01:00
test_public.py skeleton: use a more flexible output for empty placeholders (#7411) 2015-05-29 13:56:36 +02:00
test_public_templatetags.py tests: add test for strptime template tag 2015-04-15 16:14:17 +02:00
test_wcs.py misc: use "synchronous" as context key to request synchronous rendering (#8108) 2015-08-24 17:17:06 +02:00