Plex plugin to to play various online streams (mostly Latvian).
Ivars 48846a8083 noversionēti visi faili 6 yıl önce
..
docs 0.1.1 pilna versija 7 yıl önce
mock noversionēti visi faili 6 yıl önce
mock0 noversionēti visi faili 6 yıl önce
tools 0.1.1 pilna versija 7 yıl önce
.gitignore 0.1.1 pilna versija 7 yıl önce
.testr.conf 0.1.1 pilna versija 7 yıl önce
.travis.yml 0.1.1 pilna versija 7 yıl önce
LICENSE.txt 0.1.1 pilna versija 7 yıl önce
NEWS 0.1.1 pilna versija 7 yıl önce
README.rst 0.1.1 pilna versija 7 yıl önce
extendmock.py 0.1.1 pilna versija 7 yıl önce
mock.wpr 0.1.1 pilna versija 7 yıl önce
requirements.txt 0.1.1 pilna versija 7 yıl önce
setup.cfg 0.1.1 pilna versija 7 yıl önce
setup.py 0.1.1 pilna versija 7 yıl önce
tox.ini 0.1.1 pilna versija 7 yıl önce
unittest.cfg 0.1.1 pilna versija 7 yıl önce

README.rst

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