معرفی شرکت ها


doubles-1.5.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Test doubles for Python.
ویژگی مقدار
سیستم عامل -
نام فایل doubles-1.5.3
نام doubles
نسخه کتابخانه 1.5.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jimmy Cuadra
ایمیل نویسنده jimmy@uber.com
آدرس صفحه اصلی https://github.com/uber/doubles
آدرس اینترنتی https://pypi.org/project/doubles/
مجوز MIT
doubles ======= .. image:: https://badge.fury.io/py/doubles.svg :target: http://badge.fury.io/py/doubles .. image:: https://travis-ci.org/uber/doubles.svg?branch=master :target: https://travis-ci.org/uber/doubles .. image:: https://readthedocs.org/projects/doubles/badge/?version=latest :target: https://doubles.readthedocs.io/en/latest/?badge=latest .. image:: https://coveralls.io/repos/github/uber/doubles/badge.svg?branch=master :target: https://coveralls.io/github/uber/doubles?branch=master **Doubles** 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 doubles. It comes with drop-in support for test suites run by Pytest, Nose, or standard unittest. Documentation ------------- Documentation is available at http://doubles.readthedocs.org/en/latest/. Development ----------- Source code is available at https://github.com/uber/doubles. 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


نحوه نصب


نصب پکیج whl doubles-1.5.3:

    pip install doubles-1.5.3.whl


نصب پکیج tar.gz doubles-1.5.3:

    pip install doubles-1.5.3.tar.gz