Fri, 14 Jun 2024 02:57:46 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:
1 through 50 of 157 >>>
Buildroot descending sort Created State
f30-build-34387-18770 2018-12-01 04:33:11 expired
f29-build-34226-18330 2018-11-29 03:37:37 expired
f29-build-34185-18549 2018-11-29 00:39:32 expired
f29-build-33855-18435 2018-11-27 15:13:41 expired
f29-build-33641-18327 2018-11-26 23:06:12 expired
f29-build-33632-18313 2018-11-26 17:32:12 expired
f29-build-33409-18117 2018-11-26 00:32:18 expired
f29-build-33366-18075 2018-11-25 19:55:45 expired
f29-build-33348-18055 2018-11-25 18:21:15 expired
f29-build-33239-17953 2018-11-25 13:22:10 expired
f29-build-33105-17854 2018-11-25 00:56:23 expired
f29-build-33089-17838 2018-11-24 22:59:36 expired
f29-build-32927-17604 2018-11-24 06:56:02 expired
f29-build-32818-17237 2018-11-23 06:41:22 expired
f29-build-32813-17220 2018-11-23 06:20:14 expired
f29-build-32810-17216 2018-11-23 06:17:35 expired
f29-build-32807-17214 2018-11-23 06:16:32 expired
f29-build-32789-17182 2018-11-22 19:46:26 expired
f29-build-32786-17182 2018-11-22 19:01:29 expired
f29-build-32691-17084 2018-10-23 15:35:07 expired
f29-build-32525-17016 2018-10-16 09:28:19 expired
f29-build-32344-17004 2018-10-16 04:08:43 expired
f29-build-32339-17004 2018-10-16 04:06:48 expired
f29-build-32310-16994 2018-10-14 20:12:56 expired
f29-build-32204-16958 2018-10-14 10:40:10 expired
f29-build-32202-16958 2018-10-14 10:31:41 expired
f29-build-32185-16956 2018-10-14 09:27:54 expired
f29-build-32043-16914 2018-10-13 23:00:25 expired
f29-build-31995-16862 2018-10-13 20:01:51 expired
f29-build-31978-16842 2018-10-13 18:01:12 expired
f29-build-31951-16600 2018-10-12 01:05:33 expired
f29-build-31847-16786 2018-10-10 03:07:41 expired
f29-build-31839-16784 2018-10-10 02:03:34 expired
f29-build-31836-16784 2018-10-10 01:46:48 expired
f29-build-31834-16782 2018-10-10 01:06:23 expired
f29-build-31821-16778 2018-10-09 23:36:33 expired
f29-build-31642-16710 2018-10-09 01:34:45 expired
f29-build-31606-16684 2018-10-08 21:56:56 expired
f29-build-31581-16684 2018-10-08 17:52:52 expired
f29-build-31542-16580 2018-10-07 22:52:45 expired
f29-build-31541-16580 2018-10-07 22:44:28 expired
f29-build-31533-16575 2018-10-07 22:09:12 expired
f29-build-31532-16575 2018-10-07 22:09:07 expired
f29-build-31519-16567 2018-10-06 22:02:29 expired
f29-build-31457-16564 2018-10-06 15:45:03 expired
f29-build-31446-16564 2018-10-06 14:56:16 expired
f29-build-31413-16564 2018-10-06 10:40:05 expired
f29-build-31213-16551 2018-10-05 11:01:37 expired
f29-build-31056-16551 2018-10-04 18:49:25 expired
f29-build-30663-16551 2018-10-02 18:29:53 expired