dobles
=======
**Fork of https://www.github.com/uber/doubles with support for python 3.8+**
.. image:: https://badge.fury.io/py/dobles.svg
:target: https://badge.fury.io/py/dobles
.. image:: https://readthedocs.org/projects/dobles/badge/?version=latest
:target: https://dobles.readthedocs.io/en/latest/?badge=latest
.. image:: https://coveralls.io/repos/github/smartfastlabs/dobles/badge.svg?branch=master
:target: https://coveralls.io/github/smartfastlabs/dobles?branch=master
**dobles** is a Python package that provides test doubles for use in automated tests.
It provides functionality for stubbing, mocking, and verification of test doubles against the real objects they double.
In contrast to the Mock package, it provides a clear, expressive syntax and better safety guarantees to prevent API
drift and to improve confidence in tests using dobles. It comes with drop-in support for test suites run by Pytest or standard unittest.
Documentation
-------------
Documentation is available at http://dobles.readthedocs.org/en/latest/.
Development
-----------
Source code is available at https://github.com/smartfastlabs/dobles.
To install the dependencies on a fresh clone of the repository, run ``make bootstrap``.
To run the test suite, run ``make test``.
To build the documentation locally, run ``make docs``.
License
-------
MIT: http://opensource.org/licenses/MIT
Raw data
{
"_id": null,
"home_page": "https://github.com/smartfastlabs/dobles",
"name": "dobles",
"maintainer": "Todd Sifleet",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "todd@smartfast.com",
"keywords": "testing,test dobles,mocks,mocking,stubs,stubbing",
"author": "Jimmy Cuadra",
"author_email": "jimmy@uber.com",
"download_url": "https://files.pythonhosted.org/packages/6c/65/ba9709e5ca086acdc7b95973bf2415af7fdb4966fb19e617c21a5c9f4b88/dobles-4.0.1.tar.gz",
"platform": null,
"description": "dobles\n=======\n\n**Fork of https://www.github.com/uber/doubles with support for python 3.8+**\n\n.. image:: https://badge.fury.io/py/dobles.svg\n :target: https://badge.fury.io/py/dobles\n\n.. image:: https://readthedocs.org/projects/dobles/badge/?version=latest\n :target: https://dobles.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://coveralls.io/repos/github/smartfastlabs/dobles/badge.svg?branch=master\n :target: https://coveralls.io/github/smartfastlabs/dobles?branch=master\n\n**dobles** is a Python package that provides test doubles for use in automated tests. \n\nIt provides functionality for stubbing, mocking, and verification of test doubles against the real objects they double.\nIn contrast to the Mock package, it provides a clear, expressive syntax and better safety guarantees to prevent API\ndrift and to improve confidence in tests using dobles. It comes with drop-in support for test suites run by Pytest or standard unittest.\n\n\nDocumentation\n-------------\n\nDocumentation is available at http://dobles.readthedocs.org/en/latest/.\n\nDevelopment\n-----------\n\nSource code is available at https://github.com/smartfastlabs/dobles.\n\nTo install the dependencies on a fresh clone of the repository, run ``make bootstrap``.\n\nTo run the test suite, run ``make test``.\n\nTo build the documentation locally, run ``make docs``.\n\nLicense\n-------\n\nMIT: http://opensource.org/licenses/MIT\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Test dobles for Python.",
"version": "4.0.1",
"project_urls": {
"Homepage": "https://github.com/smartfastlabs/dobles",
"Repository": "https://github.com/smartfastlabs/dobles"
},
"split_keywords": [
"testing",
"test dobles",
"mocks",
"mocking",
"stubs",
"stubbing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "763675641833ee3aae28a8f435acd6e85d7ead4983cdbb089526ab03a9b8b7ac",
"md5": "4c42158b5505186eaa84092767d0770e",
"sha256": "4cce2c12e020da58f33fe4a41384b1d248e5083789355f71c586cf17ef7d3c24"
},
"downloads": -1,
"filename": "dobles-4.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4c42158b5505186eaa84092767d0770e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 25956,
"upload_time": "2024-03-05T02:27:06",
"upload_time_iso_8601": "2024-03-05T02:27:06.121635Z",
"url": "https://files.pythonhosted.org/packages/76/36/75641833ee3aae28a8f435acd6e85d7ead4983cdbb089526ab03a9b8b7ac/dobles-4.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c65ba9709e5ca086acdc7b95973bf2415af7fdb4966fb19e617c21a5c9f4b88",
"md5": "c8e8512f0a1aa705af0c9827191feca3",
"sha256": "4b49f167c9fe87ee57e9bacd51d30eae3ef015523cc98fc915f81c83925863f7"
},
"downloads": -1,
"filename": "dobles-4.0.1.tar.gz",
"has_sig": false,
"md5_digest": "c8e8512f0a1aa705af0c9827191feca3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 18158,
"upload_time": "2024-03-05T02:27:07",
"upload_time_iso_8601": "2024-03-05T02:27:07.698244Z",
"url": "https://files.pythonhosted.org/packages/6c/65/ba9709e5ca086acdc7b95973bf2415af7fdb4966fb19e617c21a5c9f4b88/dobles-4.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-05 02:27:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "smartfastlabs",
"github_project": "dobles",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "dobles"
}