diff options
author | David Douard <david.douard@logilab.fr> | 2012-07-30 13:48:37 +0200 |
---|---|---|
committer | David Douard <david.douard@logilab.fr> | 2012-07-30 13:48:37 +0200 |
commit | 512f36863e6b01c56e40b2610eea3ddb1c4e8aa2 (patch) | |
tree | c619479fc323cb24185c47d29d611c9f1d4ef405 /test | |
parent | 1f4f383814ca49e339a2850d33c146ea6a7b6e82 (diff) | |
download | logilab-common-512f36863e6b01c56e40b2610eea3ddb1c4e8aa2.tar.gz |
[tests] remove useless skipped testlogilab-common-version-0.58.2
Diffstat (limited to 'test')
-rw-r--r-- | test/unittest_testlib.py | 4 |
1 files changed, 0 insertions, 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""" |