Failed
OmeroPy.test.integration.clitest.test_download.TestDownload.testSingleImageWithCompanion (from pytest)
Error Message
omero.cli.NonZeroReturnCode: assert failed
Stacktrace
self = <test.integration.clitest.test_download.TestDownload object at 0x7f0a5b684070> tmpdir = local('/tmp/pytest-of-omero/pytest-3/testSingleImageWithCompanion0') def testSingleImageWithCompanion(self, tmpdir): images = self.import_fake_file(with_companion=True) image = images[0] out_dir = tmpdir.join('test') self.args += ["Image:%s" % image.id.val, str(out_dir)] > self.cli.invoke(self.args, strict=True) test/integration/clitest/test_download.py:194: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1211: in invoke self.assertRC() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <omero.cli.CLI object at 0x7f0ab1237eb0> def assertRC(self): if self.rv != 0: > raise NonZeroReturnCode(self.rv, "assert failed") E omero.cli.NonZeroReturnCode: assert failed ../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1200: NonZeroReturnCode