1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Ondrej Grover 5bad061c19 rename CACHE_DIR -> CACHE_PATH to unify with rest of Pelican
CACHE_PATH can now be relative to settings file like OUTPUT_PATH.
Also add --cache-path commandline option.
Change cache loading warning to a less scary and more helpful message.
2014-05-02 18:08:32 +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 rename CACHE_DIR -> CACHE_PATH to unify with rest of Pelican 2014-05-02 18:08:32 +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 rename CACHE_DIR -> CACHE_PATH to unify with rest of Pelican 2014-05-02 18:08:32 +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 Test to reproduce an issue that occurs with python3.3 under macos10 only 2014-04-15 22:01:20 +02:00