#--------------------------------------------------------------------------- #--------------------------------------------------------------------------- Python2 ======= [acue@lap001 syscalls]$ [acue@lap001 syscalls]$ [acue@lap001 syscalls]$ python -m unittest discover -p CallCase.py -s tests.libs.SystemCalls.run.default.epyunit_refs.pipe.010_OK fromA arbitrary output arbitrary signaling OK string arbitrary output .. ---------------------------------------------------------------------- Ran 2 tests in 0.050s OK [acue@lap001 syscalls]$ #--------------------------------------------------------------------------- #--------------------------------------------------------------------------- Python3 ======= (3.6.4) [acue@lap001 syscalls]$ (3.6.4) [acue@lap001 syscalls]$ python -m unittest discover -p CallCase.py -s tests.libs.SystemCalls.run.default.epyunit_refs.pipe.010_OK fromA arbitrary output arbitrary signaling OK string arbitrary output . ret = [0, ['fromA', 'arbitrary output', 'arbitrary signaling OK string', 'arbitrary output'], []] F ====================================================================== FAIL: testCase100 (tests.libs.SystemCalls.run.default.epyunit_refs.pipe.010_OK.CallCase.CallUnits) ---------------------------------------------------------------------- Traceback (most recent call last): File "/local/hd1/home1/data/acue/rd/p-open-staging_lap001/syscalls/components/syscalls/tests/libs/SystemCalls/run/default/epyunit_refs/pipe/010_OK/CallCase.py", line 143, in testCase100 raise e File "/local/hd1/home1/data/acue/rd/p-open-staging_lap001/syscalls/components/syscalls/tests/libs/SystemCalls/run/default/epyunit_refs/pipe/010_OK/CallCase.py", line 134, in testCase100 self.assertEqual(errval, errref) AssertionError: "/local/hd1/home1/data/acue/rd/p-open-sta[608 chars]rr\n" != '' - /local/hd1/home1/data/acue/rd/p-open-staging_lap001/syscalls/components/syscalls/syscalls/callwrapper.py:1078: ResourceWarning: unclosed file <_io.TextIOWrapper name=4 encoding='utf-8'> - self.stdin = self.p.stdin - /local/hd1/home1/data/acue/rd/p-open-staging_lap001/syscalls/components/syscalls/syscalls/callwrapper.py:1079: ResourceWarning: unclosed file <_io.TextIOWrapper name=5 encoding='utf-8'> - self.stdout = self.p.stdout - /local/hd1/home1/data/acue/rd/p-open-staging_lap001/syscalls/components/syscalls/syscalls/callwrapper.py:1080: ResourceWarning: unclosed file <_io.TextIOWrapper name=7 encoding='utf-8'> - self.stderr = self.p.stderr ---------------------------------------------------------------------- Ran 2 tests in 0.059s FAILED (failures=1) sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=6 encoding='utf-8'> sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=8 encoding='utf-8'> sys:1: ResourceWarning: unclosed file <_io.TextIOWrapper name=10 encoding='utf-8'> (3.6.4) [acue@lap001 syscalls]$