1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
George V. Reilly 4c25610cd8 Fix Pelican rendering and unit tests on Windows.
* Fix {filename} links on Windows.
  Otherwise '{filename}/foo/bar.jpg' doesn't work
* Clean up relative Posix path handling in contents.
* Use Posix paths in readers
* Environment for Popen must be strs, not unicodes.
* Ignore Git CRLF warnings.
* Replace CRLFs with LFs in inputs on Windows.
* Fix importer tests
* Fix test_contents
* Fix one last backslash in paginated output
* Skip the remaining failing locale tests on Windows.
* Document the use of forward slashes on Windows.
* Add some Fabric and ghp-import notes
2015-01-25 17:42:53 -08:00
..
content Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07: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 Updates the custom_locale test feed files to match the correct month names 2014-09-06 10:50:14 +02:00
TestPages Generate {tag}-style links on pages correctly. Fixes #1513 2015-01-02 01:20:57 -07: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 minor spelling fixes 2014-09-15 20:29:00 -04:00
test_contents.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
test_generators.py Generate {tag}-style links on pages correctly. Fixes #1513 2015-01-02 01:20:57 -07:00
test_importer.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08: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 Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
test_readers.py Allows Typogrify to ignore user specified tags. Refs #1407 2014-07-28 15:17:12 -07:00
test_rstdirectives.py Add tests for abbr_role. Refs #949 2014-10-16 07:09:01 -07:00
test_settings.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
test_utils.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00