1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Daniel Himmelstein f864dd832c Change ... (periods) to … (ellipsis) in summary
Also update HTML output by running (after making sure to have the fr_FR.utf8
locale installed):

```sh
LC_ALL=en_US.utf8 pelican -o pelican/tests/output/custom/ -s samples/pelican.conf.py samples/content/
LC_ALL=fr_FR.utf8 pelican -o pelican/tests/output/custom_locale/ -s samples/pelican.conf_FR.py samples/content/
LC_ALL=en_US.utf8 pelican -o pelican/tests/output/basic/ samples/content/
```
as described at
http://docs.getpelican.com/en/3.6.3/contribute.html#running-the-test-suite
2016-02-22 13:03:47 -08: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 Change ... (periods) to … (ellipsis) in summary 2016-02-22 13:03:47 -08: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 Make Flake8 happy 2016-02-19 13:29:41 -08: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 Change ... (periods) to … (ellipsis) in summary 2016-02-22 13:03:47 -08:00