Fri, 10 May 2024 09:53:51 UTC | login

Information for RPM python3-mock-2.0.0-7.fc28.noarch.rpm

ID41336
Namepython3-mock
Version2.0.0
Release7.fc28
Epoch
Archnoarch
SummaryA Python Mocking and Patching Library for Testing
DescriptionMock is a Python module that provides a core mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way.
Build Time2018-02-09 09:08:58 GMT
Size131.92 KB
3e1972e32545b660678ddc9464ecb24b
LicenseBSD
Provides
python3-mock = 2.0.0-7.fc28
python3.6dist(mock) = 2.0.0
python3dist(mock) = 2.0.0
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python(abi) = 3.6
python3-funcsigs
python3-pbr
python3-six >= 1.9.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 54 >>>
Name ascending sort Size
/usr/lib/python3.6/site-packages/mock0.00 B
/usr/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info0.00 B
/usr/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info/PKG-INFO2.78 KB
/usr/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info/SOURCES.txt712.00 B
/usr/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info/not-zip-safe1.00 B
/usr/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info/pbr.json46.00 B
/usr/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info/requires.txt186.00 B
/usr/lib/python3.6/site-packages/mock-2.0.0-py3.6.egg-info/top_level.txt5.00 B
/usr/lib/python3.6/site-packages/mock/__init__.py207.00 B
/usr/lib/python3.6/site-packages/mock/__pycache__0.00 B
/usr/lib/python3.6/site-packages/mock/__pycache__/__init__.cpython-36.opt-1.pyc231.00 B
/usr/lib/python3.6/site-packages/mock/__pycache__/__init__.cpython-36.pyc231.00 B
/usr/lib/python3.6/site-packages/mock/__pycache__/mock.cpython-36.opt-1.pyc62.48 KB
/usr/lib/python3.6/site-packages/mock/__pycache__/mock.cpython-36.pyc62.48 KB
/usr/lib/python3.6/site-packages/mock/mock.py81.69 KB
/usr/lib/python3.6/site-packages/mock/tests0.00 B
/usr/lib/python3.6/site-packages/mock/tests/__init__.py146.00 B
/usr/lib/python3.6/site-packages/mock/tests/__main__.py623.00 B
/usr/lib/python3.6/site-packages/mock/tests/__pycache__0.00 B
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/__init__.cpython-36.opt-1.pyc113.00 B
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/__init__.cpython-36.pyc113.00 B
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/__main__.cpython-36.opt-1.pyc530.00 B
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/__main__.cpython-36.pyc530.00 B
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/support.cpython-36.opt-1.pyc1.13 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/support.cpython-36.pyc1.13 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testcallable.cpython-36.opt-1.pyc5.55 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testcallable.cpython-36.pyc5.55 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testhelpers.cpython-36.opt-1.pyc32.74 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testhelpers.cpython-36.pyc32.74 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testmagicmethods.cpython-36.opt-1.pyc20.84 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testmagicmethods.cpython-36.pyc20.84 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testmock.cpython-36.opt-1.pyc44.49 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testmock.cpython-36.pyc44.49 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testpatch.cpython-36.opt-1.pyc66.27 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testpatch.cpython-36.pyc66.27 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testsentinel.cpython-36.opt-1.pyc1.33 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testsentinel.cpython-36.pyc1.33 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testwith.cpython-36.opt-1.pyc9.36 KB
/usr/lib/python3.6/site-packages/mock/tests/__pycache__/testwith.cpython-36.pyc9.36 KB
/usr/lib/python3.6/site-packages/mock/tests/support.py552.00 B
/usr/lib/python3.6/site-packages/mock/tests/testcallable.py4.33 KB
/usr/lib/python3.6/site-packages/mock/tests/testhelpers.py28.02 KB
/usr/lib/python3.6/site-packages/mock/tests/testmagicmethods.py16.00 KB
/usr/lib/python3.6/site-packages/mock/tests/testmock.py49.29 KB
/usr/lib/python3.6/site-packages/mock/tests/testpatch.py55.03 KB
/usr/lib/python3.6/site-packages/mock/tests/testsentinel.py976.00 B
/usr/lib/python3.6/site-packages/mock/tests/testwith.py10.34 KB
/usr/share/doc/python3-mock0.00 B
/usr/share/doc/python3-mock/changelog.txt12.00 B
Component of
Page:
1 through 50 of 55 >>>
Buildroot descending sort Created State
f29-build-8020-2059 2018-06-06 09:10:51 expired
f29-build-7718-1641 2018-06-05 08:09:11 expired
f29-build-7601-1876 2018-06-04 20:10:15 expired
f29-build-7557-1866 2018-06-04 16:42:40 expired
f29-build-7548-1866 2018-06-04 16:13:25 expired
f29-build-7540-1866 2018-06-04 15:52:36 expired
f29-build-7390-1816 2018-06-04 05:38:13 expired
f29-build-7305-1796 2018-06-03 22:19:20 expired
f29-build-7304-1784 2018-06-03 21:58:18 expired
f29-build-6435-1573 2018-06-01 05:32:21 expired
f29-build-6427-1563 2018-06-01 05:03:45 expired
f29-build-6363-1556 2018-06-01 00:45:49 expired
f29-build-6152-1509 2018-05-31 08:17:37 expired
f29-build-5178-1211 2018-05-29 09:15:24 expired
f29-build-5021-1181 2018-05-28 08:03:47 expired
f29-build-5013-1175 2018-05-28 07:41:08 expired
f29-build-4940-1157 2018-05-28 00:28:34 expired
f29-build-4861-1146 2018-05-27 17:12:22 expired
f29-build-4855-1145 2018-05-27 16:48:48 expired
f29-build-4469-1046 2018-05-25 17:52:18 expired
f29-build-3909-966 2018-05-24 03:01:02 expired
f29-build-3894-966 2018-05-24 02:20:41 expired
f29-build-3884-964 2018-05-24 02:05:25 expired
f29-build-2911-816 2018-05-21 13:14:10 expired
f29-build-2774-790 2018-05-21 03:35:46 expired
f29-build-2407-598 2018-05-19 22:28:31 expired
f29-build-2179-664 2018-05-19 02:30:16 expired
f29-build-964-418 2018-05-14 10:07:56 expired
f29-build-960-416 2018-05-14 09:55:18 expired
f29-build-958-416 2018-05-14 09:51:32 expired
f29-build-954-416 2018-05-14 09:17:03 expired
f29-build-922-408 2018-05-14 07:06:31 expired
f29-build-918-408 2018-05-14 06:50:15 expired
f29-build-902-406 2018-05-14 05:57:26 expired
f29-build-827-389 2018-05-14 00:24:21 expired
f29-build-822-389 2018-05-14 00:04:17 expired
f29-build-783-383 2018-05-13 21:34:41 expired
f29-build-706-370 2018-05-13 16:22:01 expired
f29-build-699-370 2018-05-13 15:58:34 expired
f29-build-669-366 2018-05-13 14:14:57 expired
f29-build-668-366 2018-05-13 14:07:48 expired
f29-build-667-366 2018-05-13 14:03:54 expired
f29-build-664-366 2018-05-13 13:54:18 expired
f29-build-662-364 2018-05-13 13:53:04 expired
f29-build-658-364 2018-05-13 13:30:24 expired
f29-build-656-366 2018-05-13 13:22:04 expired
f29-build-630-360 2018-05-13 11:38:28 expired
f29-build-522-323 2018-05-12 18:27:05 expired
f29-build-386-286 2018-05-10 14:50:22 expired
f29-build-356-271 2018-05-10 05:27:18 expired