Regression
OmeroPy.test.integration.clitest.test_download.TestDownload.testOriginalFileTmpfile[OriginalFile:] (from pytest)
Error Message
omero.cli.NonZeroReturnCode: assert failed
Stacktrace
self = <test.integration.clitest.test_download.TestDownload object at 0x7f489e03c490> prefix = 'OriginalFile:' tmpdir = local('/tmp/pytest-of-omero/pytest-0/testOriginalFileTmpfile_Origin0') @pytest.mark.parametrize('prefix', ['', 'OriginalFile:']) def testOriginalFileTmpfile(self, prefix, tmpdir): ofile = self.create_original_file(b"test") tmpfile = tmpdir.join('test') self.args += ['%s%s' % (prefix, str(ofile.id.val)), str(tmpfile)] > self.cli.invoke(self.args, strict=True) test/integration/clitest/test_download.py:90: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../../../.venv3/lib64/python3.9/site-packages/omero/cli.py:1211: in invoke self.assertRC() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <omero.cli.CLI object at 0x7f49048d1940> 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