Removed failing golden tests.
- Some tests weren't position independant, and were only working for me. - Don't need to keep these, not all tools have integration tests.
This commit is contained in:
parent
a74633e087
commit
0f59e43395
5 changed files with 0 additions and 28 deletions
|
|
@ -88,11 +88,6 @@ class ToolsTestCase(unittest.TestCase):
|
|||
|
||||
HI_OK = [("hi3.py", tools.Status.ok)]
|
||||
|
||||
def test_pydoc(self):
|
||||
# FIX: This is failing inside AppImages.
|
||||
if "APPDIR" not in os.environ:
|
||||
self._test_tool(tools.pydoc, self.HI_OK)
|
||||
|
||||
def test_mypy(self):
|
||||
self._test_tool(tools.mypy, self.HI_OK)
|
||||
|
||||
|
|
@ -135,13 +130,6 @@ class ToolsTestCase(unittest.TestCase):
|
|||
def test_zipinfo(self):
|
||||
self._test_tool(tools.zipinfo, [("hi.zip", tools.Status.ok)])
|
||||
|
||||
def test_tar_gz(self):
|
||||
self._test_tool(tools.tar_gz, [("hi.tar.gz", tools.Status.ok),
|
||||
("hi.tgz", tools.Status.ok)])
|
||||
|
||||
def test_tar_bz2(self):
|
||||
self._test_tool(tools.tar_bz2, [("hi.tar.bz2", tools.Status.ok)])
|
||||
|
||||
def test_nm(self):
|
||||
self._test_tool(tools.nm, [("libieee.a", tools.Status.ok),
|
||||
("libpcprofile.so", tools.Status.ok)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue