Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-hamcrest.spec'], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-24284-34326/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-hamcrest.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-hamcrest-1.9.0-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-hamcrest.spec '], chrootPath='/var/lib/mock/cloud7-openstack-common-el7-build-24284-34326/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-hamcrest.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eAfPb1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf PyHamcrest-1.9.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-hamcrest-1.9.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd PyHamcrest-1.9.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-Add-boolean-matchers.patch + /usr/bin/patch -p1 -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7978aO + umask 022 + cd /builddir/build/BUILD + cd PyHamcrest-1.9.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/hamcrest copying src/hamcrest/__init__.py -> build/lib/hamcrest creating build/lib/hamcrest/core copying src/hamcrest/core/selfdescribingvalue.py -> build/lib/hamcrest/core copying src/hamcrest/core/description.py -> build/lib/hamcrest/core copying src/hamcrest/core/base_description.py -> build/lib/hamcrest/core copying src/hamcrest/core/assert_that.py -> build/lib/hamcrest/core copying src/hamcrest/core/string_description.py -> build/lib/hamcrest/core copying src/hamcrest/core/base_matcher.py -> build/lib/hamcrest/core copying src/hamcrest/core/__init__.py -> build/lib/hamcrest/core copying src/hamcrest/core/compat.py -> build/lib/hamcrest/core copying src/hamcrest/core/selfdescribing.py -> build/lib/hamcrest/core copying src/hamcrest/core/matcher.py -> build/lib/hamcrest/core creating build/lib/hamcrest/library copying src/hamcrest/library/__init__.py -> build/lib/hamcrest/library creating build/lib/hamcrest/core/core copying src/hamcrest/core/core/isnone.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/raises.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/anyof.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/issame.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/__init__.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isnot.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isanything.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isinstanceof.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/is_.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/described_as.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isequal.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/allof.py -> build/lib/hamcrest/core/core creating build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/__init__.py -> build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/wrap_matcher.py -> build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/hasmethod.py -> build/lib/hamcrest/core/helpers creating build/lib/hamcrest/library/text copying src/hamcrest/library/text/isequal_ignoring_case.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringcontains.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/__init__.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/isequal_ignoring_whitespace.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringendswith.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/substringmatcher.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringmatches.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringstartswith.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringcontainsinorder.py -> build/lib/hamcrest/library/text creating build/lib/hamcrest/library/object copying src/hamcrest/library/object/hasstring.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/__init__.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/haslength.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/hasproperty.py -> build/lib/hamcrest/library/object creating build/lib/hamcrest/library/bool copying src/hamcrest/library/bool/__init__.py -> build/lib/hamcrest/library/bool copying src/hamcrest/library/bool/bool_comparison.py -> build/lib/hamcrest/library/bool creating build/lib/hamcrest/library/number copying src/hamcrest/library/number/iscloseto.py -> build/lib/hamcrest/library/number copying src/hamcrest/library/number/__init__.py -> build/lib/hamcrest/library/number copying src/hamcrest/library/number/ordering_comparison.py -> build/lib/hamcrest/library/number creating build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_onlycontaining.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containing.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingkey.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/is_empty.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/__init__.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingvalue.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containing.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containinginanyorder.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containinginorder.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingentries.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isin.py -> build/lib/hamcrest/library/collection creating build/lib/hamcrest/library/integration copying src/hamcrest/library/integration/match_equality.py -> build/lib/hamcrest/library/integration copying src/hamcrest/library/integration/__init__.py -> build/lib/hamcrest/library/integration + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.apjmMB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch + cd PyHamcrest-1.9.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isnone.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/raises.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/anyof.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/issame.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isnot.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isanything.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isinstanceof.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/is_.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/described_as.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/isequal.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/core/allof.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core copying build/lib/hamcrest/core/selfdescribingvalue.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/description.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/base_description.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/assert_that.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/string_description.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/base_matcher.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/compat.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/selfdescribing.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core copying build/lib/hamcrest/core/matcher.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/wrap_matcher.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/hasmethod.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/helpers copying build/lib/hamcrest/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/isequal_ignoring_case.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringcontains.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/isequal_ignoring_whitespace.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringendswith.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/substringmatcher.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringmatches.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringstartswith.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text copying build/lib/hamcrest/library/text/stringcontainsinorder.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object copying build/lib/hamcrest/library/object/hasstring.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object copying build/lib/hamcrest/library/object/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object copying build/lib/hamcrest/library/object/haslength.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object copying build/lib/hamcrest/library/object/hasproperty.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/bool copying build/lib/hamcrest/library/bool/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/bool copying build/lib/hamcrest/library/bool/bool_comparison.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/bool creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/number copying build/lib/hamcrest/library/number/iscloseto.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/number copying build/lib/hamcrest/library/number/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/number copying build/lib/hamcrest/library/number/ordering_comparison.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/number creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_onlycontaining.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containing.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingkey.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/is_empty.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingvalue.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containing.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containinginanyorder.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containinginorder.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingentries.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/collection/isin.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection copying build/lib/hamcrest/library/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library creating /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/integration copying build/lib/hamcrest/library/integration/match_equality.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/integration copying build/lib/hamcrest/library/integration/__init__.py -> /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/integration byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/isnone.py to isnone.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/raises.py to raises.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/anyof.py to anyof.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/issame.py to issame.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/isnot.py to isnot.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/isanything.py to isanything.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/isinstanceof.py to isinstanceof.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/is_.py to is_.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/described_as.py to described_as.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/isequal.py to isequal.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/core/allof.py to allof.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/selfdescribingvalue.py to selfdescribingvalue.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/description.py to description.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/base_description.py to base_description.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/assert_that.py to assert_that.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/string_description.py to string_description.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/base_matcher.py to base_matcher.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/selfdescribing.py to selfdescribing.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/matcher.py to matcher.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/helpers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/helpers/wrap_matcher.py to wrap_matcher.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/core/helpers/hasmethod.py to hasmethod.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/isequal_ignoring_case.py to isequal_ignoring_case.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/stringcontains.py to stringcontains.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/isequal_ignoring_whitespace.py to isequal_ignoring_whitespace.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/stringendswith.py to stringendswith.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/substringmatcher.py to substringmatcher.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/stringmatches.py to stringmatches.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/stringstartswith.py to stringstartswith.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/text/stringcontainsinorder.py to stringcontainsinorder.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object/hasstring.py to hasstring.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object/haslength.py to haslength.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/object/hasproperty.py to hasproperty.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/bool/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/bool/bool_comparison.py to bool_comparison.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/number/iscloseto.py to iscloseto.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/number/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/number/ordering_comparison.py to ordering_comparison.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/issequence_onlycontaining.py to issequence_onlycontaining.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/isdict_containing.py to isdict_containing.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/isdict_containingkey.py to isdict_containingkey.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/is_empty.py to is_empty.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/isdict_containingvalue.py to isdict_containingvalue.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/issequence_containing.py to issequence_containing.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/issequence_containinginanyorder.py to issequence_containinginanyorder.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/issequence_containinginorder.py to issequence_containinginorder.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/isdict_containingentries.py to isdict_containingentries.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/collection/isin.py to isin.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/integration/match_equality.py to match_equality.pyc byte-compiling /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/hamcrest/library/integration/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmp2I7Ftf.py' /usr/bin/python2 -O /tmp/tmp2I7Ftf.py removing /tmp/tmp2I7Ftf.py running install_egg_info running egg_info creating src/PyHamcrest.egg-info writing requirements to src/PyHamcrest.egg-info/requires.txt writing src/PyHamcrest.egg-info/PKG-INFO writing top-level names to src/PyHamcrest.egg-info/top_level.txt writing dependency_links to src/PyHamcrest.egg-info/dependency_links.txt writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' reading manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.md' writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' Copying src/PyHamcrest.egg-info to /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages/PyHamcrest-1.9.0-py2.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/PyHamcrest-1.9.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RD3jrs + umask 022 + cd /builddir/build/BUILD + cd PyHamcrest-1.9.0 + mv pytest.ini pytest.ini~ + PYTHONPATH=/builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch/usr/lib/python2.7/site-packages + py.test-2.7 -v ============================= test session starts ============================== platform linux2 -- Python 2.7.5, pytest-2.8.7, py-1.4.30, pluggy-0.3.1 -- /usr/bin/python2 cachedir: .cache rootdir: /builddir/build/BUILD/PyHamcrest-1.9.0, inifile: collecting ... collected 489 items tests/hamcrest_unit_test/assert_that_test.py::AssertThatTest::testAssertionErrorShouldDescribeExpectedAndActual PASSED tests/hamcrest_unit_test/assert_that_test.py::AssertThatTest::testAssertionErrorShouldIncludeOptionalReason PASSED tests/hamcrest_unit_test/assert_that_test.py::AssertThatTest::testAssertionUnicodeEncodesProperly PASSED tests/hamcrest_unit_test/assert_that_test.py::AssertThatTest::testCanTestBoolDirectly PASSED tests/hamcrest_unit_test/assert_that_test.py::AssertThatTest::testCanTestBoolDirectlyWithoutReason PASSED tests/hamcrest_unit_test/assert_that_test.py::AssertThatTest::testShouldBeSilentOnSuccessfulMatch PASSED tests/hamcrest_unit_test/base_description_test.py::test_append_text_delegates PASSED tests/hamcrest_unit_test/base_description_test.py::test_append_description_types[described0-described] PASSED tests/hamcrest_unit_test/base_description_test.py::test_append_description_types[unicode-py2-'unicode-py2'] PASSED tests/hamcrest_unit_test/base_description_test.py::test_append_description_types[bytes-py2-'bytes-py2'] PASSED tests/hamcrest_unit_test/base_description_test.py::test_append_description_types[unicode-py3-'unicode-py3'] SKIPPED tests/hamcrest_unit_test/base_description_test.py::test_append_description_types[bytes-py3-] SKIPPED tests/hamcrest_unit_test/base_description_test.py::test_append_description_types[described5-appended5] PASSED tests/hamcrest_unit_test/base_description_test.py::test_string_in_python_syntax['-'] PASSED tests/hamcrest_unit_test/base_description_test.py::test_string_in_python_syntax[ -\n] PASSED tests/hamcrest_unit_test/base_description_test.py::test_string_in_python_syntax[ -\r] PASSED tests/hamcrest_unit_test/base_description_test.py::test_string_in_python_syntax[ -\t] PASSED tests/hamcrest_unit_test/base_matcher_test.py::BaseMatcherTest::testStrFunctionShouldDescribeMatcher PASSED tests/hamcrest_unit_test/string_description_test.py::StringDescriptionTest::testDescribeUnicodeStringAsBytes <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/string_description_test.py::StringDescriptionTest::testDescribeUnicodeStringAsUnicode <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/string_description_test.py::StringDescriptionTest::testDescribesStringInQuotes PASSED tests/hamcrest_unit_test/string_description_test.py::StringDescriptionTest::testLetsSelfDescribingObjectDescribeItself PASSED tests/hamcrest_unit_test/string_description_test.py::StringDescriptionTest::testShouldNotAddAngleBracketsIfObjectDescriptionAlreadyHasThem PASSED tests/hamcrest_unit_test/string_description_test.py::StringDescriptionTest::testWrapsNonSelfDescribingObjectInAngleBrackets PASSED tests/hamcrest_unit_test/string_description_test.py::test_description_append_valid_input[native] PASSED tests/hamcrest_unit_test/string_description_test.py::test_description_append_valid_input[bytes] PASSED tests/hamcrest_unit_test/string_description_test.py::test_description_append_valid_input[unicode] PASSED tests/hamcrest_unit_test/bool/bool_comparison_test.py::BoolComparisonTest::test_false_is_false PASSED tests/hamcrest_unit_test/bool/bool_comparison_test.py::BoolComparisonTest::test_false_is_not_true PASSED tests/hamcrest_unit_test/bool/bool_comparison_test.py::BoolComparisonTest::test_is_false_description PASSED tests/hamcrest_unit_test/bool/bool_comparison_test.py::BoolComparisonTest::test_is_true_description PASSED tests/hamcrest_unit_test/bool/bool_comparison_test.py::BoolComparisonTest::test_number_is_not_false PASSED tests/hamcrest_unit_test/bool/bool_comparison_test.py::BoolComparisonTest::test_number_is_not_true PASSED tests/hamcrest_unit_test/bool/bool_comparison_test.py::BoolComparisonTest::test_true_is_not_false PASSED tests/hamcrest_unit_test/bool/bool_comparison_test.py::BoolComparisonTest::test_true_is_true PASSED tests/hamcrest_unit_test/collection/is_empty_test.py::EmptyCollectionTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/is_empty_test.py::EmptyCollectionTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/collection/is_empty_test.py::EmptyCollectionTest::testReturnsFalseForNonEmptyCollectionLike PASSED tests/hamcrest_unit_test/collection/is_empty_test.py::EmptyCollectionTest::testReturnsFalseForNonEmptyStandardCollections PASSED tests/hamcrest_unit_test/collection/is_empty_test.py::EmptyCollectionTest::testReturnsTrueForEmptyCollectionLike PASSED tests/hamcrest_unit_test/collection/is_empty_test.py::EmptyCollectionTest::testReturnsTrueForEmptyStandardCollections PASSED tests/hamcrest_unit_test/collection/is_empty_test.py::EmptyCollectionTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/isdict_containing_test.py::IsDictContainingTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/isdict_containing_test.py::IsDictContainingTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/collection/isdict_containing_test.py::IsDictContainingTest::testMatchesAnyConformingDictionary PASSED tests/hamcrest_unit_test/collection/isdict_containing_test.py::IsDictContainingTest::testMatchesDictionaryContainingMatchingKeyAndValue PASSED tests/hamcrest_unit_test/collection/isdict_containing_test.py::IsDictContainingTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/collection/isdict_containing_test.py::IsDictContainingTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/isdict_containing_test.py::IsDictContainingTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testDescribeMismatchOfDictionaryWithNonMatchingValue PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testDescribeMismatchOfDictionaryWithoutKey PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testDescribeMismatchOfNonDictionaryShowsActualArgument PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testDoesNotMatchNonDictionary PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMatcheSingleDictionaryArgumentWithImplicitEqualTo PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMatcherCreationRequiresEvenNumberOfPositionalArgs PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMatchesDictLike PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMatchesDictionaryContainingMultipleKeysWithMatchingValues PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMatchesDictionaryContainingSingleKeyWithMatchingValue PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMatchesKwargsWithImplicitEqualTo PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMatchesUsingKwargs PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMatchesUsingSingleDictionaryArgument PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMismatchDescriptionOfDictionaryWithNonMatchingValue PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testMismatchDescriptionOfNonDictionaryShowsActualArgument PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/isdict_containingentries_test.py::IsDictContainingEntriesTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testDoesNotMatchDictionaryMissingKey PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testDoesNotMatchEmptyDictionary PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testMatchesAnyConformingDictionary PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testMatchesDictionaryContainingKey PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testMatchesSingletonDictionaryContainingKey PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/isdict_containingkey_test.py::IsDictContainingKeyTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testDoesNotMatchDictionaryMissingValue PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testDoesNotMatchEmptyDictionary PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testMatchesAnyConformingDictionary PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testMatchesDictionaryContainingValue PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testMatchesSingletonDictionaryContainingValue PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/isdict_containingvalue_test.py::IsDictContainingValueTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInConcreteSequenceTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInConcreteSequenceTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInConcreteSequenceTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInConcreteSequenceTest::testReturnsTrueIfArgumentIsInSequence PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInConcreteSequenceTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInGeneratorTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInGeneratorTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInGeneratorTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInGeneratorTest::testReturnsTrueIfArgumentIsInSequence PASSED tests/hamcrest_unit_test/collection/isin_test.py::IsInGeneratorTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContaining::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContaining::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContaining::testMatchesASequenceThatContainsAnElementMatchingTheGivenMatcher PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContaining::testMatchesAnyConformingSequence PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContaining::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContaining::testNoMatchIfSequenceDoesntContainAnElementMatchingTheGivenMatcher PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContaining::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContaining::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorContaining::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorContaining::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorContaining::testMatchesASequenceThatContainsAnElementMatchingTheGivenMatcher PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorContaining::testMatchesAnyConformingSequence PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorContaining::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorContaining::testNoMatchIfSequenceDoesntContainAnElementMatchingTheGivenMatcher PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorContaining::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorContaining::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testMismatchDescriptionShowsFirstUnmetMatcherAndActualArgument PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testNoMatchIfCollectionDoesntSatisfyAllMatchers PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testShouldMatchCollectionContainingAllItems PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testShouldMatchCollectionContainingAllItemsInDifferentOrder PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testShouldMatchCollectionContainingAllItemsPlusExtras PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsConcreteSequenceContainingItemsTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testMismatchDescriptionShowsFirstUnmetMatcherAndActualArgument PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testNoMatchIfCollectionDoesntSatisfyAllMatchers PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testShouldMatchCollectionContainingAllItems PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testShouldMatchCollectionContainingAllItemsInDifferentOrder PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testShouldMatchCollectionContainingAllItemsPlusExtras PASSED tests/hamcrest_unit_test/collection/issequence_containing_test.py::IsGeneratorSequenceContainingItemsTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testDescribeMismatchAfterMatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testDescribeMismatchOfNonSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testDoesNotMatchEmptySequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testDoesNotMatchIfOneOfMultipleItemsMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testDoesNotMatchWithFewerElementsThanExpected PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testDoesNotMatchWithMoreElementsThanExpected PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testEmptySequenceMatchesEmptySequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testMatchesAnyConformingSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testMatchesSequenceInOrder PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testMatchesSequenceOutOfOrder PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testMatchingSingleItemSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsConcreteSequenceContainingInAnyOrderTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testDescribeMismatchAfterMatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testDescribeMismatchOfNonSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testDoesNotMatchEmptySequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testDoesNotMatchIfOneOfMultipleItemsMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testDoesNotMatchWithFewerElementsThanExpected PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testDoesNotMatchWithMoreElementsThanExpected PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testEmptySequenceMatchesEmptySequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testMatchesAnyConformingSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testMatchesSequenceInOrder PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testMatchesSequenceOutOfOrder PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testMatchingSingleItemSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py::IsGeneratorSequenceContainingInAnyOrderTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testDescribeMismatchOfNonSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testDoesNotMatchEmptySequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testDoesNotMatchIfOneOfMultipleItemsMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testDoesNotMatchIfSingleItemMismatches PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testDoesNotMatchWithFewerElementsThanExpected PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testDoesNotMatchWithMoreElementsThanExpected PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testEmptySequenceMatchesEmptySequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testMatchesAnyConformingSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testMatchingMultipleItemSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testMatchingSingleItemSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsConcreteSequenceContainingInOrderTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testDescribeMismatchOfNonSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testDoesNotMatchEmptySequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testDoesNotMatchIfOneOfMultipleItemsMismatch PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testDoesNotMatchIfSingleItemMismatches PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testDoesNotMatchWithFewerElementsThanExpected PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testDoesNotMatchWithMoreElementsThanExpected PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testEmptySequenceMatchesEmptySequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testMatchesAnyConformingSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testMatchingMultipleItemSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testMatchingSingleItemSequence PASSED tests/hamcrest_unit_test/collection/issequence_containinginorder_test.py::IsGeneratorSequenceContainingInOrderTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testDescribeMismatchOfNonSequence PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testDoesNotMatchEmptyList PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testDoesNotMatchListWithMismatchingItem PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testMatchesAllItemsWithMultipleMatchers PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testMatchesAllItemsWithOneMatcher PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testMatchesAnyConformingSequence PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testMatchesSingletonList PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsConcreteSequenceOnlyContainingTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testDescribeMismatchOfNonSequence PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testDoesNotMatchEmptyList PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testDoesNotMatchListWithMismatchingItem PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testMatchesAllItemsWithMultipleMatchers PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testMatchesAllItemsWithOneMatcher PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testMatchesAnyConformingSequence PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testMatchesSingletonList PASSED tests/hamcrest_unit_test/collection/issequence_onlycontaining_test.py::IsGeneratorSequenceOnlyContainingTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testMatchesIfArgumentSatisfiesAllOfManyOtherMatchers PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testMatchesIfArgumentSatisfiesBothOfTwoOtherMatchers PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testMismatchDescriptionDescribesFirstFailingMatch PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testNoMatchIfArgumentFailsToSatisfyAllOfManyOtherMatchers PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testNoMatchIfArgumentFailsToSatisfyEitherOfTwoOtherMatchers PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/core/allof_test.py::AllOfTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testMatchesIfArgumentSatisfiesAnyOfManyOtherMatchers PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testMatchesIfArgumentSatisfiesEitherOrBothOfTwoOtherMatchers PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testMismatchDescriptionDescribesFirstFailingMatch PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testNoMatchIfArgumentFailsToSatisfyAnyOfManyOtherMatchers PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testNoMatchIfArgumentFailsToSatisfyEitherOfTwoOtherMatchers PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testProvidesConvenientShortcutForMatchingWithEqualTo PASSED tests/hamcrest_unit_test/core/anyof_test.py::AnyOfTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/described_as_test.py::DescribedAsTest::testAppendsValuesToDescription PASSED tests/hamcrest_unit_test/core/described_as_test.py::DescribedAsTest::testDelegatesDescribeMismatchToNestedMatcher PASSED tests/hamcrest_unit_test/core/described_as_test.py::DescribedAsTest::testDelegatesMatchingToNestedMatcher PASSED tests/hamcrest_unit_test/core/described_as_test.py::DescribedAsTest::testDelegatesMismatchDescriptionToNestedMatcher PASSED tests/hamcrest_unit_test/core/described_as_test.py::DescribedAsTest::testOverridesDescriptionOfNestedMatcherWithConstructorArgument PASSED tests/hamcrest_unit_test/core/described_as_test.py::DescribedAsTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/is_test.py::test_delegates_matching_to_nested_matcher[True-True] PASSED tests/hamcrest_unit_test/core/is_test.py::test_delegates_matching_to_nested_matcher[False-False] PASSED tests/hamcrest_unit_test/core/is_test.py::test_delegates_mismatching_to_nested_matcher[True-False] PASSED tests/hamcrest_unit_test/core/is_test.py::test_delegates_mismatching_to_nested_matcher[False-True] PASSED tests/hamcrest_unit_test/core/is_test.py::test_description_should_pass_through_matcher PASSED tests/hamcrest_unit_test/core/is_test.py::test_provides_convenient_shortcut_for_is_equal_to[A-A-'A'] PASSED tests/hamcrest_unit_test/core/is_test.py::test_provides_convenient_shortcut_for_is_equal_to[8-8-<8>] PASSED tests/hamcrest_unit_test/core/is_test.py::test_provides_convenient_shortcut_for_is_equal_to[arg2-identity2-<()>] PASSED tests/hamcrest_unit_test/core/is_test.py::test_provides_convenient_shortcut_for_is_equal_to_false[B-A-'A'] PASSED tests/hamcrest_unit_test/core/is_test.py::test_provides_convenient_shortcut_for_is_equal_to_false[9-8-<8>] PASSED tests/hamcrest_unit_test/core/is_test.py::test_description_uses_equal_to[A-A-'A'] PASSED tests/hamcrest_unit_test/core/is_test.py::test_description_uses_equal_to[8-8-<8>] PASSED tests/hamcrest_unit_test/core/is_test.py::test_description_uses_equal_to[arg2-identity2-<()>] PASSED tests/hamcrest_unit_test/core/is_test.py::test_provides_instanceof_shortcut[A-str] PASSED tests/hamcrest_unit_test/core/is_test.py::test_provides_instanceof_shortcut[1-int] PASSED tests/hamcrest_unit_test/core/is_test.py::test_provides_instanceof_shortcut[arg2-OldClass] PASSED tests/hamcrest_unit_test/core/is_test.py::test_successful_match_does_not_generate_mismatch_description PASSED tests/hamcrest_unit_test/core/is_test.py::test_delegates_mismatch_description_to_nested_matcher PASSED tests/hamcrest_unit_test/core/is_test.py::test_delegates_describe_mismatch_to_nested_matcher PASSED tests/hamcrest_unit_test/core/isanything_test.py::IsAnythingTest::testAlwaysEvaluatesToTrue PASSED tests/hamcrest_unit_test/core/isanything_test.py::IsAnythingTest::testCanOverrideDescription PASSED tests/hamcrest_unit_test/core/isanything_test.py::IsAnythingTest::testHasUsefulDefaultDescription PASSED tests/hamcrest_unit_test/core/isanything_test.py::IsAnythingTest::testMatchAlwaysSucceedsSoShouldNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testByteInequalityDescriptionPy2 PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testByteInequalityDescriptionPy3 SKIPPED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testCanCompareNoneValues PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testComparesObjectsUsingEquality PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testEqualToWithEqualBytes PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testHonorsArgumentEqImplementationEvenWithNone PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testIncludesTheResultOfCallingToStringOnItsArgumentInTheDescription PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testNotEqualToWithEqualBytes PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testReturnsAnObviousDescriptionIfCreatedWithANestedMatcherByMistake PASSED tests/hamcrest_unit_test/core/isequal_test.py::IsEqualTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_matching_evaluation[1-matcher0] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_matching_evaluation[1-matcher1] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_matching_evaluation[foo-matcher2] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_matching_evaluation[1-matcher3] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_matching_evaluation[foo-matcher4] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_matching_evaluation[arg5-matcher5] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_mismatching_evaluation[hi-matcher0] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_mismatching_evaluation[None-matcher1] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_mismatching_evaluation[not a parent-matcher2] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_mismatching_evaluation[None-matcher3] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_matcher_creation_requires_type[obj0] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_matcher_creation_requires_type[str] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_has_a_readable_description[an instance of int-int] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_has_a_readable_description[an instance of Parent-Parent] PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_successful_match_does_not_generate_mismatch_description PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_mismatch_description_shows_actual_argument PASSED tests/hamcrest_unit_test/core/isinstanceof_test.py::test_describe_mismatch PASSED tests/hamcrest_unit_test/core/isnone_test.py::IsNoneTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/core/isnone_test.py::IsNoneTest::testEvaluatesToFalseIfArgumentIsNotNone PASSED tests/hamcrest_unit_test/core/isnone_test.py::IsNoneTest::testEvaluatesToTrueIfArgumentIsNone PASSED tests/hamcrest_unit_test/core/isnone_test.py::IsNoneTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/core/isnone_test.py::IsNoneTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/core/isnone_test.py::IsNoneTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/isnone_test.py::NotNoneTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/core/isnone_test.py::NotNoneTest::testEvaluatesToFalseIfArgumentIsNone PASSED tests/hamcrest_unit_test/core/isnone_test.py::NotNoneTest::testEvaluatesToTrueIfArgumentIsNotNone PASSED tests/hamcrest_unit_test/core/isnone_test.py::NotNoneTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/core/isnone_test.py::NotNoneTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/core/isnone_test.py::NotNoneTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/isnot_test.py::IsNotTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/core/isnot_test.py::IsNotTest::testEvaluatesToTheTheLogicalNegationOfAnotherMatcher PASSED tests/hamcrest_unit_test/core/isnot_test.py::IsNotTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/core/isnot_test.py::IsNotTest::testMismatchDescriptionShowsActualArgument PASSED tests/hamcrest_unit_test/core/isnot_test.py::IsNotTest::testProvidesConvenientShortcutForNotEqualTo PASSED tests/hamcrest_unit_test/core/isnot_test.py::IsNotTest::testProvidesConvenientShortcutForNotInstanceOf PASSED tests/hamcrest_unit_test/core/isnot_test.py::IsNotTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/issame_test.py::IsSameTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/core/issame_test.py::IsSameTest::testDescribeMismatchWithNilShouldNotIncludeAddress PASSED tests/hamcrest_unit_test/core/issame_test.py::IsSameTest::testDescriptionIncludesMemoryAddress PASSED tests/hamcrest_unit_test/core/issame_test.py::IsSameTest::testEvaluatesToTrueIfArgumentIsReferenceToASpecifiedObject PASSED tests/hamcrest_unit_test/core/issame_test.py::IsSameTest::testMismatchDescriptionShowsActualArgumentAddress PASSED tests/hamcrest_unit_test/core/issame_test.py::IsSameTest::testMismatchDescriptionWithNilShouldNotIncludeAddress PASSED tests/hamcrest_unit_test/core/issame_test.py::IsSameTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/core/raises_test.py::RaisesTest::testDescribeMismatchWillCallItemIfNotTheOriginalMatch PASSED tests/hamcrest_unit_test/core/raises_test.py::RaisesTest::testDoesNotMatchExceptionIfRegularExpressionDoesNotMatch PASSED tests/hamcrest_unit_test/core/raises_test.py::RaisesTest::testDoesNotMatchIfFunctionDoesNotRaiseException PASSED tests/hamcrest_unit_test/core/raises_test.py::RaisesTest::testDoesNotMatchTypeErrorIfActualIsNotCallable PASSED tests/hamcrest_unit_test/core/raises_test.py::RaisesTest::testMatchesIfFunctionRaisesASubclassOfTheExpectedException PASSED tests/hamcrest_unit_test/core/raises_test.py::RaisesTest::testMatchesIfFunctionRaisesTheExactExceptionExpected PASSED tests/hamcrest_unit_test/core/raises_test.py::RaisesTest::testMatchesRegularExpressionToStringifiedException PASSED tests/hamcrest_unit_test/core/raises_test.py::CallingTest::testCallingDoesNotImmediatelyExecuteFunction PASSED tests/hamcrest_unit_test/core/raises_test.py::CallingTest::testCallingObjectCallsProvidedFunction PASSED tests/hamcrest_unit_test/core/raises_test.py::CallingTest::testCallingReturnsFunctionResult PASSED tests/hamcrest_unit_test/core/raises_test.py::CallingTest::testCallingWithFunctionReturnsObject PASSED tests/hamcrest_unit_test/core/raises_test.py::CallingTest::testCallingWithFunctionSetsArgumentList PASSED tests/hamcrest_unit_test/integration/match_equality_test.py::MatchEqualityWrapperTest::testMatcherIsEqualWhenMatchesIsTrue PASSED tests/hamcrest_unit_test/integration/match_equality_test.py::MatchEqualityWrapperTest::testMatcherIsNotEqualWhenMatchesIsFalse PASSED tests/hamcrest_unit_test/integration/match_equality_test.py::MatchEqualityWrapperTest::testMatcherReprIsMatcher PASSED tests/hamcrest_unit_test/integration/match_equality_test.py::MatchEqualityWrapperTest::testMatcherStringIsMatcherDescription PASSED tests/hamcrest_unit_test/integration/match_equality_test.py::MatchEqualityWrapperTest::testMatchesWhenProvidedAnObject PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testDescribeMismatchShowsActualArgumentIfNotNumeric PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testDescribeMismatchShowsActualDeltaIfArgumentIsNumeric PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testEvaluatesToTrueIfArgumentIsEqualToAValueWithinSomeError PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testFailsIfMatchingAgainstNonNumber PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testMatcherCreationAcceptsOtherNumericTypes PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testMatcherCreationRequiresNumbers PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testMismatchDescriptionShowsActualArgumentIfNotNumeric PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testMismatchDescriptionShowsActualDeltaIfArgumentIsNumeric PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsCloseToTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_complex <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_complex128 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_complex64 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_float <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_float16 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_float32 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_float64 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_int <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_int16 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_int32 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_int64 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_int8 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_uint16 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_uint32 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_uint64 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/iscloseto_test.py::IsNumericTest::test_numpy_numeric_type_uint8 <- ../../../../usr/lib64/python2.7/unittest/case.py SKIPPED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testComparesObjectsForGreaterThan PASSED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testComparesObjectsForGreaterThanOrEqualTo PASSED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testComparesObjectsForLessThan PASSED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testComparesObjectsForLessThanOrEqualTo PASSED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testMismatchDescription PASSED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/number/ordering_comparison_test.py::OrderingComparisonTest::testSupportsDifferentTypesOfComparableObjects PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testDescribeMismatchForItemWithWrongLength PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testDescribeMismatchForItemWithoutLength PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testDoesNotMatchObjectWithoutLen PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testMismatchDescriptionForItemWithWrongLength PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testMismatchDescriptionForItemWithoutLength PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testPassesResultOfLenToNestedMatcher PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testProvidesConvenientShortcutForHasLengthEqualTo PASSED tests/hamcrest_unit_test/object/haslength_test.py::HasLengthTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testDescribeMissingProperty PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testDescribePropertyValueMismatch PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testDescription PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testHasPropertyWithValueMatcher PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testHasPropertyWithValueMatcherNegative PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testHasPropertyWithoutValueMatcher PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testHasPropertyWithoutValueMatcherNegative PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testMismatchDescription PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertyTest::testNoMismatchDescriptionOnMatch PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertiesTest::testMatcherCreationRequiresEvenNumberOfPositionalArguments PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertiesTest::testMatchesUsingKeywordArguments PASSED tests/hamcrest_unit_test/object/hasproperty_test.py::HasPropertiesTest::testMatchesUsingSingleDictionaryArgument PASSED tests/hamcrest_unit_test/object/hasstring_test.py::HasStringTest::testDescribeMismatchDescription PASSED tests/hamcrest_unit_test/object/hasstring_test.py::HasStringTest::testHasReadableDescription PASSED tests/hamcrest_unit_test/object/hasstring_test.py::HasStringTest::testMismatchDescription PASSED tests/hamcrest_unit_test/object/hasstring_test.py::HasStringTest::testPassesResultOfToStrToNestedMatcher PASSED tests/hamcrest_unit_test/object/hasstring_test.py::HasStringTest::testProvidesConvenientShortcutForHasStringEqualTo PASSED tests/hamcrest_unit_test/object/hasstring_test.py::HasStringTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testCanApplyPlainStringToUnicodeMatcher PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testCanApplyUnicodeStringToPlainMatcher PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testCanApplyUnicodeStringToUnicodeMatcher PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testFailsIfAdditionalWhitespaceIsPresent PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testFailsIfMatchingAgainstNonString PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testIgnoresCaseOfCharsInString PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testMatcherCreationRequiresString PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testMismatchDescription PASSED tests/hamcrest_unit_test/text/isequal_ignoring_case_test.py::IsEqualIgnoringCaseTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testCanApplyPlainStringToUnicodeMatcher PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testCanApplyUnicodeStringToPlainMatcher PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testCanApplyUnicodeStringToUnicodeMatcher PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testDescribesItselfAsIgnoringWhiteSpace PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testFailsIfMatchingAgainstNonString PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testFailsIfTextOtherThanWhitespaceDiffers PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testFailsIfWhitespaceIsAddedOrRemovedInMidWord PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testMatcherCreationRequiresString PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testMismatchDescription PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testPassesIfWordsAreSameButWhitespaceDiffers PASSED tests/hamcrest_unit_test/text/isequal_ignoring_whitespace_test.py::IsEqualIgnoringWhiteSpaceTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-0EXCERPTEND] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-1STARTEXCERPTEND] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-2STARTEXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-3EXCERPTEXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-4EXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-5EXCERPTEND] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-6STARTEXCERPTEND] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-7STARTEXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-8EXCERPTEXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[0EXCERPT-9EXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_false_with_mismatch[0EXCERPT-whatever] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_false_with_mismatch[0EXCERPT-EXCERP] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_false_with_mismatch[0EXCERPT-text2] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_description[0EXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_successful_match_does_not_have_mismatch_description[0EXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_mismatch_description[0EXCERPT-whatever] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_mismatch_description[0EXCERPT-EXCERP] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_mismatch_description[0EXCERPT-text2] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-0EXCERPTEND] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-1STARTEXCERPTEND] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-2STARTEXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-3EXCERPTEXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-4EXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-5EXCERPTEND] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-6STARTEXCERPTEND] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-7STARTEXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-8EXCERPTEXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_true_if_argument_contains_substring[1EXCERPT-9EXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_false_with_mismatch[1EXCERPT-whatever] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_false_with_mismatch[1EXCERPT-EXCERP] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_evaluates_false_with_mismatch[1EXCERPT-text2] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_description[1EXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_successful_match_does_not_have_mismatch_description[1EXCERPT] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_mismatch_description[1EXCERPT-whatever] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_mismatch_description[1EXCERPT-EXCERP] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::test_mismatch_description[1EXCERPT-text2] PASSED tests/hamcrest_unit_test/text/stringcontains_test.py::testMatcherCreationRequiresString PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testDoesNotMatchIfExpectedSubstringsAreMissing PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testDoesNotMatchIfOrderIsIncorrect PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testFailsIfMatchingAgainstNonString PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testMatcherCreationRequiresString PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testMatchesIfOrderIsCorrect PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testMismatchDescription PASSED tests/hamcrest_unit_test/text/stringcontainsinorder_test.py::StringContainsInOrderTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testCanApplyPlainStringToUnicodeMatcher PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testCanApplyUnicodeStringToPlainMatcher PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testCanApplyUnicodeStringToUnicodeMatcher PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testEvaluatesToTrueIfArgumentContainsSpecifiedSubstring PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testEvaluatesToTrueIfArgumentIsEqualToSubstring PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testFailsIfMatchingAgainstNonString PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testMatcherCreationRequiresString PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testMismatchDescription PASSED tests/hamcrest_unit_test/text/stringendswith_test.py::StringEndsWithTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testCompiledDescribeMismatch PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testCompiledMismatchDescription PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testMatchesUsingCompiledExpressions PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testMatchesWhenPatternIsFoundAtBeginning PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testMatchesWhenPatternIsFoundAtEnd PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testMatchesWhenPatternIsFoundInMiddle PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testMismatchesUsingCompiledExpressions PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testMismatchesWhenPatternIsNotPresent PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testPatternHasAReadableDescription PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testStringDescribeMismatch PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testStringHasAReadableDescription PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testStringMismatchDescription PASSED tests/hamcrest_unit_test/text/stringmatches_test.py::StringMatchesTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testCanApplyPlainStringToUnicodeMatcher PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testCanApplyUnicodeStringToPlainMatcher PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testCanApplyUnicodeStringToUnicodeMatcher PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testDescribeMismatch PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testEvaluatesToTrueIfArgumentContainsSpecifiedSubstring PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testEvaluatesToTrueIfArgumentIsEqualToSubstring PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testFailsIfMatchingAgainstNonString PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testHasAReadableDescription PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testMatcherCreationRequiresString PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testMismatchDescription PASSED tests/hamcrest_unit_test/text/stringstartswith_test.py::StringStartsWithTest::testSuccessfulMatchDoesNotGenerateMismatchDescription PASSED ==================== 468 passed, 21 skipped in 0.88 seconds ==================== + exit 0 Processing files: python2-hamcrest-1.9.0-2.el7.noarch Provides: python-hamcrest = 1.9.0-2.el7 python2-hamcrest = 1.9.0-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-hamcrest < 1.9.0-2.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch Wrote: /builddir/build/RPMS/python2-hamcrest-1.9.0-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zF6Hzp + umask 022 + cd /builddir/build/BUILD + cd PyHamcrest-1.9.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hamcrest-1.9.0-2.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->