Imported Upstream version 2.0.0 73/124273/1 upstream/2.0.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Apr 2017 04:48:55 +0000 (13:48 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 11 Apr 2017 04:49:11 +0000 (13:49 +0900)
commit56aaa4bdd173e7ca114ec1a42673caab614b4741
tree148ae0125d6971fcf5970ca9a9889d10faba622b
parenta15729eb969966541a4bb2bab428bacbb8e7d318
Imported Upstream version 2.0.0

Change-Id: I77a8f9be27ce0abf7c8593da87784a2cb3329c96
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
39 files changed:
.testr.conf [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
NEWS [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.rst [new file with mode: 0644]
docs/changelog.txt [new symlink]
docs/conf.py [new file with mode: 0644]
docs/index.txt [new file with mode: 0644]
extendmock.py [new file with mode: 0644]
mock.egg-info/PKG-INFO [new file with mode: 0644]
mock.egg-info/SOURCES.txt [new file with mode: 0644]
mock.egg-info/dependency_links.txt [new file with mode: 0644]
mock.egg-info/not-zip-safe [new file with mode: 0644]
mock.egg-info/pbr.json [new file with mode: 0644]
mock.egg-info/requires.txt [new file with mode: 0644]
mock.egg-info/top_level.txt [new file with mode: 0644]
mock.wpr [new file with mode: 0644]
mock/__init__.py [new file with mode: 0644]
mock/mock.py [new file with mode: 0644]
mock/tests/__init__.py [new file with mode: 0644]
mock/tests/__main__.py [new file with mode: 0644]
mock/tests/support.py [new file with mode: 0644]
mock/tests/testcallable.py [new file with mode: 0644]
mock/tests/testhelpers.py [new file with mode: 0644]
mock/tests/testmagicmethods.py [new file with mode: 0644]
mock/tests/testmock.py [new file with mode: 0644]
mock/tests/testpatch.py [new file with mode: 0644]
mock/tests/testsentinel.py [new file with mode: 0644]
mock/tests/testwith.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0755]
tools/applypatch-transform [new file with mode: 0755]
tools/pre-applypatch [new file with mode: 0755]
tox.ini [new file with mode: 0644]
unittest.cfg [new file with mode: 0644]