1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Ondrej Grover d635a347d1 move {ARTICLE,PAGE}_DIR -> {ARTICLE,PAGE}_PATHS
Instead of one path a list can be given. This is due to popular request.
Should help people not wanting to use Pelican for blogging.
Maintain backward compatibility though.
Thanks to @ingwinlu for pointing out the change in StaticGenerator.
2014-05-14 14:04:50 +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 move {ARTICLE,PAGE}_DIR -> {ARTICLE,PAGE}_PATHS 2014-05-14 14:04:50 +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