1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Ondrej Grover b8db970455 Fix RstReader authors metadata processing
The reader would return a list of authors already, but
METADATA_PROCESSORS['authors'] expects a string.
Added a test case for this (only the HTMLReader had it).
2014-05-25 09:12:35 +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 Fix RstReader authors metadata processing 2014-05-25 09:12:35 +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 Fix RstReader authors metadata processing 2014-05-25 09:12:35 +02: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