1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Kernc 510961bbb9 Avoid Markdown 2.6 deprecations; make MD_EXTENSIONS a dict
* Make MD_EXTENSIONS setting a dict and add tests for this change;
* Short extension names ('extra', 'meta') are deprecated
  https://pythonhosted.org/Markdown/release-2.6.html#shortened-extension-names-deprecated
* Extension config as part of extension name is deprecated
  https://pythonhosted.org/Markdown/release-2.6.html#extension-configuration-as-part-of-extension-name-deprecated
2015-11-30 18:12:28 +01:00
..
content Fix quote escaping in read html attributes. 2015-10-14 21:03:01 +01:00
mixed_content Make StaticGenerator skip content sources. Refs #1019. 2014-10-31 16:46:01 -07:00
nested_content/maindir Make PAGE_EXCLUDES work with subdirs. Fixes #1500. 2014-11-01 17:38:20 -07:00
output Made name of blogroll/social widgets configurable. 2015-10-11 14:14:14 -04:00
TestPages Generate {tag}-style links on pages correctly. Fixes #1513 2015-01-02 01:20:57 -07:00
__init__.py Add logging for warnings during test suite run 2015-10-22 09:45:04 +02:00
default_conf.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
support.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_cache.py Fix quote escaping in read html attributes. 2015-10-14 21:03:01 +01:00
test_contents.py Test if summary is parsed by replacer 2015-11-03 10:23:10 +01:00
test_generators.py Remove duplicate tags and authors in metadata 2015-08-26 12:07:38 +02:00
test_importer.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_pelican.py Avoid Markdown 2.6 deprecations; make MD_EXTENSIONS a dict 2015-11-30 18:12:28 +01:00
test_readers.py Avoid Markdown 2.6 deprecations; make MD_EXTENSIONS a dict 2015-11-30 18:12:28 +01:00
test_rstdirectives.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_settings.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
test_testsuite.py Add logging for warnings during test suite run 2015-10-22 09:45:04 +02:00
test_urlwrappers.py Add index and author replacement indicators 2015-09-19 13:49:19 +03:00
test_utils.py Use unichr() instead of chr() with Python 2. 2015-09-22 23:25:24 +02:00