1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Ondrej Grover 676981c621 set _cache_open func even if not loading cache, fixes autoreload
The _cache_open attribute of the FileDataCacher class was not set when
settings[load_policy_key] was not True, so saving later failed.
As a precaution, replaced the `if ...: return` style with a plain
if structure to prevent such readability issues and added tests.
2014-04-18 07:15:26 +02:00
..
content Merge pull request #1293 from jeanlauliac/typogrify-summary 2014-03-30 12:08:05 -07:00
output add lang support for drafts (#826 & #1107) 2014-02-23 14:03:09 +01: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 set _cache_open func even if not loading cache, fixes autoreload 2014-04-18 07:15:26 +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 Make sure locale is what we want before/after the tests 2014-04-15 16:45:45 +02:00
test_readers.py Merge pull request #1293 from jeanlauliac/typogrify-summary 2014-03-30 12:08:05 -07: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