From 512f36863e6b01c56e40b2610eea3ddb1c4e8aa2 Mon Sep 17 00:00:00 2001 From: David Douard Date: Mon, 30 Jul 2012 13:48:37 +0200 Subject: [tests] remove useless skipped test --- test/unittest_testlib.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/unittest_testlib.py b/test/unittest_testlib.py index dad561a..9672560 100644 --- a/test/unittest_testlib.py +++ b/test/unittest_testlib.py @@ -235,10 +235,6 @@ class TestlibTC(TestCase): # class' custom datadir tc = MyTC('test_1') self.assertEqual(tc.datapath('bar'), join('foo', 'bar')) - # instance's custom datadir - self.skipTest('should this really work?') - tc.datadir = 'spam' - self.assertEqual(tc.datapath('bar'), join('spam', 'bar')) def test_cached_datadir(self): """test datadir is cached on the class""" -- cgit v1.2.1