Sun, 30 Jun 2024 00:32:21 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 Created State ascending sort
f29-build-18922-10174 2018-07-22 20:04:54 expired
f29-build-19335-10311 2018-07-24 05:00:02 expired
f29-build-19581-10410 2018-07-24 22:04:11 expired
f29-build-19674-10455 2018-07-25 06:01:57 expired
f29-build-19854-10513 2018-07-25 20:03:11 expired
f29-build-19932-10532 2018-07-26 00:24:43 expired
f29-build-20017-10569 2018-07-26 05:57:24 expired
f29-build-20043-10573 2018-07-26 08:42:51 expired
f29-build-20126-10601 2018-07-26 16:53:51 expired
f29-build-20293-10674 2018-07-27 04:01:56 expired
f29-build-20316-10678 2018-07-27 05:25:54 expired
f29-build-20356-10700 2018-07-27 08:21:01 expired
f29-build-20360-10702 2018-07-27 08:24:06 expired
f29-build-20423-10721 2018-07-27 13:24:04 expired
f29-build-20500-10754 2018-07-27 19:15:01 expired
f29-build-20515-10758 2018-07-27 20:19:37 expired
f29-build-20531-10772 2018-07-27 21:18:30 expired
f29-build-20575-10788 2018-07-28 00:42:49 expired
f29-build-20600-10792 2018-07-28 02:26:17 expired
f29-build-20674-10806 2018-07-28 19:57:09 expired
f29-build-20741-10846 2018-07-29 00:52:00 expired
f29-build-20758-10855 2018-07-29 02:18:55 expired
f29-build-20783-10869 2018-07-29 04:11:36 expired
f29-build-20986-10975 2018-07-29 17:32:13 expired
f29-build-21138-11086 2018-07-30 11:34:32 expired
f29-build-21673-11317 2018-08-01 03:36:49 expired
f29-build-21845-11392 2018-08-01 17:12:32 expired
f29-build-21963-11448 2018-08-02 08:11:04 expired
f29-build-22165-11496 2018-08-02 22:10:01 expired
f29-build-22215-11522 2018-08-03 06:52:02 expired
f29-build-22254-11538 2018-08-03 12:50:40 expired
f29-build-22258-11542 2018-08-03 13:10:25 expired
f29-build-22306-11556 2018-08-03 19:19:07 expired
f29-build-22348-11564 2018-08-04 01:11:35 expired
f29-build-22354-11572 2018-08-04 02:14:29 expired
f29-build-22592-11670 2018-08-04 22:36:47 expired
f29-build-22632-11680 2018-08-05 01:09:05 expired
f29-build-23380-11961 2018-08-07 12:05:26 expired
f29-build-23792-12137 2018-08-08 23:21:16 expired
f29-build-23884-12165 2018-08-09 08:59:02 expired
f29-build-24006-12214 2018-08-09 17:24:16 expired
f29-build-24310-12448 2018-08-10 15:59:18 expired
f29-build-24381-12488 2018-08-10 20:15:04 expired
f29-build-24486-12528 2018-08-11 03:28:17 expired
f29-build-24569-12609 2018-08-12 00:51:13 expired
f29-build-24604-12664 2018-08-12 12:49:36 expired
f29-build-24615-12672 2018-08-12 14:44:11 expired
f29-build-24616-12675 2018-08-12 15:16:03 expired
f29-build-24802-12920 2018-08-13 02:22:02 expired
f29-build-18468-9680 2018-07-19 18:03:59 expired