1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Rogdham 7da0506f2d Fix utils.copy for copying files, add unit tests
`copy('', 'a/b.ext0', 'c/d.ext1')` is copying `a/b.ext0` into `c/d.ext1/b.ext0`
(creating folder `c/d.ext1` in the process) instead of `c/d.ext1`.
Bug introduced by e03cf3f517.
2013-12-07 20:58:19 +01:00
..
content Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
output The modified attribute no longer has a default value. 2013-11-17 23:40:11 +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 Fine-tune url-value HTML attributes list. 2013-10-17 11:33:34 +08:00
test_generators.py Log a warning when the HTML reader encounters a nonconformant meta tag 2013-11-08 14:37:07 -08:00
test_importer.py Handle east asian character column width in the importer 2013-10-08 09:46:40 +01:00
test_pelican.py Fix utils.copy behaviour 2013-09-14 16:18:53 +01:00
test_readers.py Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
test_settings.py added testing for default locale setting 2013-07-21 14:12:21 +08:00
test_utils.py Fix utils.copy for copying files, add unit tests 2013-12-07 20:58:19 +01:00