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").
- Host: GitHub
- URL: https://github.com/note35/sinon
- Owner: note35
- License: bsd-2-clause
- Created: 2016-11-08T13:12:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T02:31:10.000Z (over 3 years ago)
- Last Synced: 2025-08-16T03:32:28.203Z (11 months ago)
- Topics: python, sinon, unittest
- Language: Python
- Size: 197 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
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 `_