From f903aaa1a4241e3cf35aff74ee4d231cb6d368e5 Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Wed, 4 Apr 2012 22:43:08 +0200 Subject: [PATCH] remove unittest.skip statements for functional tests --- tests/test_pelican.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_pelican.py b/tests/test_pelican.py index c317e5b3..49328ebe 100644 --- a/tests/test_pelican.py +++ b/tests/test_pelican.py @@ -23,7 +23,6 @@ class TestPelican(unittest.TestCase): # general functional testing for pelican. Basically, this test case tries # to run pelican in different situations and see how it behaves - @unittest.skip("Test failing") def test_basic_generation_works(self): # when running pelican without settings, it should pick up the default # ones and generate the output without raising any exception / issuing @@ -36,7 +35,6 @@ class TestPelican(unittest.TestCase): self.assertEqual(diff.right_only, []) self.assertEqual(diff.diff_files, []) - @unittest.skip("Test failing") def test_custom_generation_works(self): # the same thing with a specified set of settings should work with temporary_folder() as temp_path: