1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Rogdham 91337940d3 Make tags and cats case insensitive. Fixes #704.
More precisely, group tags or categories without considering the case.
This fixes the bug where two categories with just the case as difference were
considered as distinct, but generate the same file: one overwriting the other.

Thanks to @Avaris for helping with the tests.
2013-05-03 17:37:45 +01:00
..
content Accept mdown file extension for Markdown files. 2013-04-17 21:14:52 -07:00
output Update test output for improved notmyidea <head> 2013-04-23 06:57:36 -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 Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
support.py refactored utils.strftime 2013-04-16 20:53:27 -04:00
test_contents.py Fixes #708 SUMMARY_MAX_LENGTH=0 should return empty string 2013-04-26 19:37:31 -04:00
test_generators.py Make tags and cats case insensitive. Fixes #704. 2013-05-03 17:37:45 +01:00
test_importer.py remove unittest2 and fix various warnings in py3 2013-04-13 16:36:05 -04:00
test_pelican.py add feedback to user and refactor 'autoreload' code 2013-04-19 13:35:20 -04:00
test_readers.py Accept mdown file extension for Markdown files. 2013-04-17 21:14:52 -07:00
test_settings.py Prevent people from setting STATIC_PATHS to a str 2013-03-23 19:56:14 -07:00
test_utils.py reset locale after DateFormatter test 2013-04-22 20:07:53 -04:00