OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
mock
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/09/2024 05:26:03 PM
rwxr-xr-x
📄
.gitignore
172 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
.testr.conf
145 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
.travis.yml
522 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
ChangeLog
95 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
LICENSE.txt
1.31 KB
06/08/2016 10:18:36 AM
rw-r--r--
📄
NEWS
3.02 KB
06/08/2016 10:18:36 AM
rw-r--r--
📄
README.rst
1.2 KB
06/08/2016 10:18:36 AM
rw-r--r--
📁
docs
-
06/08/2016 10:18:36 AM
rwxr-xr-x
📄
extendmock.py
34 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📁
mock
-
06/08/2016 10:18:36 AM
rwxr-xr-x
📄
mock.wpr
1.15 KB
06/08/2016 10:18:36 AM
rw-r--r--
📄
requirements.txt
217 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
setup.cfg
1.53 KB
06/08/2016 10:18:36 AM
rw-r--r--
📄
setup.py
126 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📁
tools
-
06/08/2016 10:18:36 AM
rwxr-xr-x
📄
tox.ini
736 bytes
06/08/2016 10:18:36 AM
rw-r--r--
📄
unittest.cfg
1.66 KB
06/08/2016 10:18:36 AM
rw-r--r--
Editing: README.rst
Close
mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. mock is now part of the Python standard library, available as `unittest.mock <https://docs.python.org/dev/library/unittest.mock.html>`_ in Python 3.3 onwards. This package contains a rolling backport of the standard library mock code compatible with Python 2.6 and up, and 3.3 and up. Please see the standard library documentation for more details. :Homepage: `Mock Homepage`_ :Download: `Mock on PyPI`_ :Documentation: `Python Docs`_ :License: `BSD License`_ :Support: `Mailing list (testing-in-python@lists.idyll.org) <http://lists.idyll.org/listinfo/testing-in-python>`_ :Issue tracker: `Github Issues <https://github.com/testing-cabal/mock/issues>`_ :Build status: .. image:: https://travis-ci.org/testing-cabal/mock.svg?branch=master :target: https://travis-ci.org/testing-cabal/mock .. _Mock Homepage: https://github.com/testing-cabal/mock .. _BSD License: http://github.com/testing-cabal/mock/blob/master/LICENSE.txt .. _Python Docs: https://docs.python.org/dev/library/unittest.mock.html .. _mock on PyPI: http://pypi.python.org/pypi/mock