Comment 1 for bug 1199536

Revision history for this message
Michael Davies (mrda) wrote : Re: Move dict test matchers into oslo

mrda@lawrence:~/src/openstack$ find . -name matchers.py
./nova/nova/tests/matchers.py
./keystone/keystone/tests/matchers.py
./ironic/ironic/tests/matchers.py
./trove/trove/tests/unittests/util/matchers.py

nova and trove share almost identical versions of these files, and ironic has content almost identical (includes Dict matches, but excludes XML matches). keystone has a very cut-down version.