An open API service indexing awesome lists of open source software.

https://github.com/note35/sinon

Standalone and test framework agnostic Python test spies, stubs and mocks (pronounced "sigh-non").
https://github.com/note35/sinon

python sinon unittest

Last synced: 6 months ago
JSON representation

Standalone and test framework agnostic Python test spies, stubs and mocks (pronounced "sigh-non").

Awesome Lists containing this project

README

          

Sinon.PY
========

.. image:: http://unmaintained.tech/badge.svg
:target: http://unmaintained.tech/
:alt: No Maintenance Intended

.. image:: https://badges.gitter.im/sinonpy/Lobby.svg
:alt: Join the chat at https://gitter.im/sinonpy/Lobby
:target: https://gitter.im/sinonpy/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

|Documentation| |Build| |Coverage| |Healthy| |Style| |Version| |Support| |Status|

.. |Documentation| image:: https://readthedocs.org/projects/sinon/badge/?version=master
:target: https://sinon.readthedocs.io
.. |Version| image:: https://badge.fury.io/py/sinon.svg
:target: https://badge.fury.io/py/sinon
.. |Build| image:: https://travis-ci.org/note35/sinon.svg?branch=master
:alt: master-branch-ci-status
:target: https://travis-ci.org/note35/sinon
.. |Coverage| image:: https://coveralls.io/repos/github/note35/sinon/badge.svg
:target: https://coveralls.io/github/note35/sinon
.. |Healthy| image:: https://landscape.io/github/note35/sinon/dev/landscape.svg?style=flat
:target: https://landscape.io/github/note35/sinon/dev
:alt: Code Health
.. |Support| image:: https://img.shields.io/pypi/pyversions/sinon.svg
.. |Status| image:: https://img.shields.io/pypi/status/sinon.svg
.. |Style| image:: https://img.shields.io/badge/style-pylint-green.svg

Status
------

:Version: 0.1.1
:Download: http://pypi.python.org/pypi/sinon
:Source: https://github.com/note35/sinon
:Keywords: python, unittest, spy, stub, mock, sandbox, unittest2, pytest, sinon, doctest

Documentation
-------------

Please click `here `_ to read the documentation

Previous Discussion
-------------------

Reddit(r/Python): `Sinon.PY, another mocking library inspired by Sinon.JS `_