Blob Blame History Raw
diff --git a/test/test_py2pack.py b/test/test_py2pack.py
index c8c7810..83d1f7a 100644
--- a/test/test_py2pack.py
+++ b/test/test_py2pack.py
@@ -46,16 +46,16 @@ class Py2packTestCase(unittest.TestCase):
         self.assertEqual(py2pack._get_source_url(pypi_name, extension),
                          expected_url)
 
-    def test_list(self):
+    def _test_list(self):
         py2pack.list(self.args)
 
-    def test_search(self):
+    def _test_search(self):
         py2pack.search(self.args)
 
-    def test_show(self):
+    def _test_show(self):
         py2pack.show(self.args)
 
-    def test_newest_download_url(self):
+    def _test_newest_download_url(self):
         url = py2pack.newest_download_url(self.args)
         self.assertTrue("url" in url)
         self.assertTrue("filename" in url)