pelican/tests
Simon 816e8d88e0 Change webasset tests organization to avoid running pelican twice for each test.
As setUp is run for each test, the previous implementation was running pelican
twice (once for relative urls and once for absolute) for each test, which was not
really optimal :-).

Solution: make a base class which is inherated by a class for relative urls and
another for absolute urls.
2012-11-22 13:22:49 +01:00
..
content Decode HTML entities in titles on WP import 2012-11-03 21:55:56 +10:00
output add gittip to the output 2012-10-13 02:12:41 +02:00
TestPages Add per page templates. Closes #376 2012-07-07 14:15:43 -07:00
themes/assets Change webassets configuration for relative urls. 2012-11-20 23:42:52 +01:00
__init__.py moving tests dir 2011-07-02 14:41:39 -05:00
default_conf.py Removed execution mode of default_conf.py 2012-02-28 17:37:17 +01:00
support.py Move webassets tests in their own file. 2012-11-20 23:42:11 +01:00
test_contents.py Add test for the new signal 2012-09-02 19:55:31 +01:00
test_generators.py Move webassets tests in their own file. 2012-11-20 23:42:11 +01:00
test_importer.py Decode HTML entities in titles on WP import 2012-11-03 21:55:56 +10:00
test_pelican.py refactoring so that command line options override settings 2012-10-16 01:35:39 +02:00
test_readers.py FIX: Standardizing "extentions" to "extensions" 2012-10-03 22:42:07 +02:00
test_settings.py refactoring so that command line options override settings 2012-10-16 01:35:39 +02:00
test_utils.py Fix DELETE_OUTPUT_DIRECTORY crash when no output dir 2012-10-02 08:51:31 -04:00
test_webassets.py Change webasset tests organization to avoid running pelican twice for each test. 2012-11-22 13:22:49 +01:00