pelican/tests
Simon ae8cf9defd refactor the check of executable for unit tests
pandoc was checked directly with a `os.system` call, and the output with version
and copyright of pandoc was displayed when running tests.

- replace the pandoc check with the `skipIfNoExecutable` function.
- in `skipIfNoExecutable`, the `valid_exit_code` is not needed, the executable
  is not found if an `OSError` exception is catched.
2012-10-25 22:50:29 +02:00
..
content FIX: Standardizing "extentions" to "extensions" 2012-10-03 22:37:18 +02: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
__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 refactor the check of executable for unit tests 2012-10-25 22:50:29 +02:00
test_contents.py Add test for the new signal 2012-09-02 19:55:31 +01:00
test_generators.py FIX: Standardizing "extentions" to "extensions" 2012-10-03 22:29:59 +02:00
test_importer.py refactor the check of executable for unit tests 2012-10-25 22:50:29 +02: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