PyUT: Skip not implemented tests.
authorDidier Raboud <odyx@debian.org>
Sun, 6 May 2012 11:19:10 +0000 (13:19 +0200)
committerDidier Raboud <odyx@debian.org>
Mon, 7 May 2012 19:04:24 +0000 (21:04 +0200)
test/test_lsb_release.py

index c22a3db55a86931577aabc61427b95f6435852a0..8a1dfb843f59a0df1c85c41c1430f7e1e37527c4 100644 (file)
@@ -57,20 +57,28 @@ class TestLSBRelease(unittest.TestCase):
                                                                         [elem for elem in in_versions if int(float(elem)*10) <= int(float(test_v)*10)],
                                                                         assert_text)
 
+       @unittest.skip('Test not implemented.')
        def test_check_modules_installed(self):
                raise NotImplementedError()
+       @unittest.skip('Test not implemented.')
        def test_parse_policy_line(self):
                raise NotImplementedError()
+       @unittest.skip('Test not implemented.')
        def test_compare_release(self):
                raise NotImplementedError()
+       @unittest.skip('Test not implemented.')
        def test_parse_apt_policy(self):
                raise NotImplementedError()
+       @unittest.skip('Test not implemented.')
        def test_guess_release_from_apt(self):
                raise NotImplementedError()
+       @unittest.skip('Test not implemented.')
        def test_guess_debian_release(self):
                raise NotImplementedError()
+       @unittest.skip('Test not implemented.')
        def test_get_lsb_information(self):
                raise NotImplementedError()
+       @unittest.skip('Test not implemented.')
        def test_get_distro_information(self):
                raise NotImplementedError()