pelican/tests
Bruno Binet 8f8933d991 fix test test_save_as
ERROR: test_save_as (tests.test_contents.TestPage)
If a lang is not the default lang, save_as should be set
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/bruno/dev/pelican/tests/test_contents.py", line 63, in test_save_as
    page.save_as = 'foo-bar.html'
AttributeError: can't set attribute
2012-03-06 16:41:36 +00:00
..
content all test pass 2011-07-02 15:15:21 -05: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
test_contents.py fix test test_save_as 2012-03-06 16:41:36 +00:00
test_readers.py fix test test_article_with_metadata 2012-03-06 16:41:36 +00:00
test_settings.py import unittest if cannot found unittest2 2012-02-28 01:43:36 +09:00