Name : python-module-equals Relocations: (not relocatable) Version : 0.0.25 Vendor: ALT Linux Team Release : alt1 Build Date: Thu Jan 12 02:52:37 2017 Install date: (not installed) Build Host: igor.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 9383 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/equals/ Summary : Fuzzy equality test objects for testing Description : Equals is a stricter version of Mock.Any. Equals allows you to assert certain equality constraints between python objects during testing. There are times where we don't want to assert absolute equality, e.g. we need to ensure two lists have the same elements, but don't care about order. This was designed specifically for usage with Mock and doubles.