Sat, 17 Aug 2024 18:54:11 UTC | login

Information for RPM python3-mock-2.0.0-10.fc29.noarch.rpm

ID186352
Namepython3-mock
Version2.0.0
Release10.fc29
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-07-15 04:39:36 GMT
Size130.25 KB
b9131174936cd0e13ccd69c8debf2f37
LicenseBSD
Provides
python3-mock = 2.0.0-10.fc29
python3.7dist(mock) = 2.0.0
python3dist(mock) = 2.0.0
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python(abi) = 3.7
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.7/site-packages/mock0.00 B
/usr/lib/python3.7/site-packages/mock-2.0.0-py3.7.egg-info0.00 B
/usr/lib/python3.7/site-packages/mock-2.0.0-py3.7.egg-info/PKG-INFO2.79 KB
/usr/lib/python3.7/site-packages/mock-2.0.0-py3.7.egg-info/SOURCES.txt712.00 B
/usr/lib/python3.7/site-packages/mock-2.0.0-py3.7.egg-info/dependency_links.txt1.00 B
/usr/lib/python3.7/site-packages/mock-2.0.0-py3.7.egg-info/not-zip-safe1.00 B
/usr/lib/python3.7/site-packages/mock-2.0.0-py3.7.egg-info/pbr.json46.00 B
/usr/lib/python3.7/site-packages/mock-2.0.0-py3.7.egg-info/requires.txt186.00 B
/usr/lib/python3.7/site-packages/mock-2.0.0-py3.7.egg-info/top_level.txt5.00 B
/usr/lib/python3.7/site-packages/mock/__init__.py207.00 B
/usr/lib/python3.7/site-packages/mock/__pycache__0.00 B
/usr/lib/python3.7/site-packages/mock/__pycache__/__init__.cpython-37.opt-1.pyc237.00 B
/usr/lib/python3.7/site-packages/mock/__pycache__/__init__.cpython-37.pyc237.00 B
/usr/lib/python3.7/site-packages/mock/__pycache__/mock.cpython-37.opt-1.pyc62.13 KB
/usr/lib/python3.7/site-packages/mock/__pycache__/mock.cpython-37.pyc62.13 KB
/usr/lib/python3.7/site-packages/mock/mock.py81.69 KB
/usr/lib/python3.7/site-packages/mock/tests0.00 B
/usr/lib/python3.7/site-packages/mock/tests/__init__.py146.00 B
/usr/lib/python3.7/site-packages/mock/tests/__main__.py623.00 B
/usr/lib/python3.7/site-packages/mock/tests/__pycache__0.00 B
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/__init__.cpython-37.opt-1.pyc117.00 B
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/__init__.cpython-37.pyc117.00 B
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/__main__.cpython-37.opt-1.pyc534.00 B
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/__main__.cpython-37.pyc534.00 B
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/support.cpython-37.opt-1.pyc1.12 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/support.cpython-37.pyc1.12 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testcallable.cpython-37.opt-1.pyc5.54 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testcallable.cpython-37.pyc5.54 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testhelpers.cpython-37.opt-1.pyc32.48 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testhelpers.cpython-37.pyc32.48 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testmagicmethods.cpython-37.opt-1.pyc20.82 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testmagicmethods.cpython-37.pyc20.82 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testmock.cpython-37.opt-1.pyc44.40 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testmock.cpython-37.pyc44.40 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testpatch.cpython-37.opt-1.pyc66.15 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testpatch.cpython-37.pyc66.15 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testsentinel.cpython-37.opt-1.pyc1.33 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testsentinel.cpython-37.pyc1.33 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testwith.cpython-37.opt-1.pyc9.36 KB
/usr/lib/python3.7/site-packages/mock/tests/__pycache__/testwith.cpython-37.pyc9.36 KB
/usr/lib/python3.7/site-packages/mock/tests/support.py552.00 B
/usr/lib/python3.7/site-packages/mock/tests/testcallable.py4.33 KB
/usr/lib/python3.7/site-packages/mock/tests/testhelpers.py28.02 KB
/usr/lib/python3.7/site-packages/mock/tests/testmagicmethods.py16.00 KB
/usr/lib/python3.7/site-packages/mock/tests/testmock.py49.29 KB
/usr/lib/python3.7/site-packages/mock/tests/testpatch.py55.03 KB
/usr/lib/python3.7/site-packages/mock/tests/testsentinel.py976.00 B
/usr/lib/python3.7/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:
<<< 51 through 100 of 157 >>>
Buildroot Created ascending sort State
f29-build-25018-13052 2018-08-13 13:03:36 expired
f29-build-25020-13054 2018-08-13 13:13:48 expired
f29-build-25025-13056 2018-08-13 13:48:37 expired
f29-build-25104-13096 2018-08-13 22:11:15 expired
f29-build-25108-13096 2018-08-13 22:30:19 expired
f29-build-25146-13114 2018-08-14 02:33:05 expired
f29-build-25225-13160 2018-08-14 09:02:35 expired
f29-build-25278-13182 2018-08-14 13:36:14 expired
f29-build-25372-13220 2018-08-15 00:31:33 expired
f29-build-25484-13274 2018-08-15 13:28:35 expired
f29-build-25547-13304 2018-08-15 21:48:14 expired
f29-build-25639-13348 2018-08-16 05:49:35 expired
f29-build-25758-13407 2018-08-16 16:21:34 expired
f29-build-26073-13544 2018-08-17 13:05:09 expired
f29-build-26377-13672 2018-08-18 16:24:11 expired
f29-build-26664-13860 2018-08-19 22:56:39 expired
f29-build-26812-13955 2018-08-20 11:17:20 expired
f29-build-26838-13937 2018-08-20 15:08:46 expired
f29-build-27140-14221 2018-08-22 14:34:40 expired
f29-build-27159-14235 2018-08-22 15:14:12 expired
f29-build-27191-14306 2018-08-22 18:19:45 expired
f29-build-27212-14350 2018-08-22 20:22:05 expired
f29-build-27215-14352 2018-08-22 21:00:29 expired
f29-build-27450-14500 2018-08-23 20:16:09 expired
f29-build-27464-14514 2018-08-23 22:19:33 expired
f29-build-27604-14595 2018-08-24 10:51:51 expired
f29-build-27680-14623 2018-08-24 18:19:36 expired
f29-build-27707-14632 2018-08-24 22:30:41 expired
f29-build-27786-14664 2018-08-25 06:34:16 expired
f29-build-27817-14692 2018-08-25 13:10:09 expired
f29-build-28035-14850 2018-08-27 02:35:01 expired
f29-build-28238-14974 2018-08-27 23:13:50 expired
f29-build-28289-15117 2018-08-28 05:33:29 expired
f29-build-28565-15303 2018-08-29 11:19:57 expired
f29-build-28614-15333 2018-08-29 17:38:41 expired
f29-build-28669-15363 2018-08-29 23:13:50 expired
f29-build-28806-15429 2018-08-31 06:55:33 expired
f29-build-28915-15497 2018-09-01 06:40:21 expired
f29-build-28927-15505 2018-09-01 08:46:05 expired
f29-build-28941-15515 2018-09-01 10:08:00 expired
f29-build-29156-15697 2018-09-18 04:56:52 expired
f29-build-29169-15697 2018-09-18 16:15:46 expired
f29-build-29218-15727 2018-09-21 21:13:11 expired
f29-build-29230-15750 2018-09-22 04:44:48 expired
f29-build-29235-15752 2018-09-22 13:36:54 expired
f29-build-29238-15758 2018-09-22 14:11:40 expired
f29-build-29357-15840 2018-09-23 10:52:40 expired
f29-build-29672-16104 2018-09-24 18:35:02 expired
f29-build-29673-16054 2018-09-24 18:35:05 expired
f29-build-29681-16106 2018-09-24 19:16:38 expired