pelican/pelican/tests
Rogdham 0999d4d691 Deliberate overriding of an existing file to tests
Deliberate overriding via `save_as` metadata should be allowed, even after the
overwrite detection feature. This commit is to add tests for deliberate
overriding. As a result, the relevant tests *should fail* after this commit.

Added a page and an article, both to override a tag, with very old dates so
it limits the amount of diff in the generated pages.

Overriding feature introduced by d0e9c52410
Overwrite detection introduced by ff7410ce2a
2013-08-04 12:07:40 +01:00
..
content Changed meta tag "contents" attribute to "content", to conform to HTML spec. Fixes #918 2013-06-16 10:56:50 -07:00
output Deliberate overriding of an existing file to tests 2013-08-04 12:07:40 +01: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 test for author & category slugification 2013-07-15 00:22:05 +10:00
test_generators.py Merge pull request #898 from saimn/fix-markup-cli 2013-06-19 06:51:59 -07:00
test_importer.py tests: Avoid hidden logic with better .assert*() method choices 2013-06-12 14:52:23 -04:00
test_pelican.py add feedback to user and refactor 'autoreload' code 2013-04-19 13:35:20 -04:00
test_readers.py Changed meta tag "contents" attribute to "content", to conform to HTML spec. Fixes #918 2013-06-16 10:56:50 -07:00
test_settings.py added testing for default locale setting 2013-07-21 14:12:21 +08:00
test_utils.py Allow text substitutions when generating slugs 2013-07-04 12:17:21 +01:00