1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Ondrej Grover c1324b0206 split content caching into two layers
This is a reworked and improved version of content caching.
Notable changes:
- by default only raw content and metadata returned by readers are
  cached which should prevent conficts with plugins, the speed benefit
  of content objects caching is not very big with a simple setup
- renamed --full-rebuild to --ignore-cache
- added more elaborate logging to caching code
2014-04-20 14:34:52 +02:00
..
content Handle list metadata as list of string in MarkdownReader 2014-04-19 03:45:48 +09:00
output Add feeds for each author 2014-04-18 14:29:18 -07:00
TestPages Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
__init__.py Fix for issue #392 2013-03-27 18:17:11 -04:00
default_conf.py added testing for default locale setting 2013-07-21 14:12:21 +08:00
support.py tests.support: Use kwargs overrides in get_settings() 2013-06-02 14:24:27 -04:00
test_contents.py Make sure locale is what we want before/after the tests 2014-04-15 16:45:45 +02:00
test_generators.py split content caching into two layers 2014-04-20 14:34:52 +02:00
test_importer.py Make sure locale is what we want before/after the tests 2014-04-15 16:45:45 +02:00
test_paginator.py Make sure locale is what we want before/after the tests 2014-04-15 16:45:45 +02:00
test_pelican.py enable writing of only selected output paths 2014-04-17 19:36:18 +02:00
test_readers.py Handle list metadata as list of string in MarkdownReader 2014-04-19 03:45:48 +09:00
test_settings.py Make sure locale is what we want before/after the tests 2014-04-15 16:45:45 +02:00
test_utils.py Make sure locale is what we want before/after the tests 2014-04-15 16:45:45 +02:00