معرفی شرکت ها


expectly-0.1.8


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An HTTP API centric BDD style test framework
ویژگی مقدار
سیستم عامل -
نام فایل expectly-0.1.8
نام expectly
نسخه کتابخانه 0.1.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Hunter Senft-Grupp
ایمیل نویسنده huntcsg@gmail.com
آدرس صفحه اصلی https://github.com/huntcsg/expectly
آدرس اینترنتی https://pypi.org/project/expectly/
مجوز -
Expectly - An HTTP API centric BDD style test framework ------------------------------------------------------- |travis| |pypi| |docs| Use Cases: - Making assertions about api responses more readable - Extending expectly with new assertions to reduce boilerplate .. DANGER:: This library is in alpha. I will try my utmost to not make backwards incompatible changes but it is possible that Installing ========== .. code-block:: shell $ pip install expectly API Examples ============ Built In Assertion methods ************************** .. code-block:: python # status_code (with status code number) expect(response).to.have.status_code(200) # header (asserts the header exists). Sets the header value to be further tested against expect(response).to.have.header('Content-Type') # equals expect(response).to.have.header('Content-Type').equal('application/json') # like (does a regex match against the value) expect(response).to.have.header('Content-Type').like('application') # exactly_like (does a regex match against the whole value expect(response).to.have.header('Content-Type').exactly_like('^application/[\w]*$') # encoding expect(response).to.have.encoding('utf-8') # ok (uses requests.response.ok attribute) expect(response).to.be.ok Extending expectly.expect with additional assertions **************************************************** TODO JSON handling in expectly ************************* jsonschema is used for evaluating whether json responses match the relevant schema jmespath is used for navigating/selecting information to test inside of the json response Development =========== .. code-block:: shell $ git clone https://github.com/huntcsg/expectly.git $ cd expectly $ ./utils/manage clean $ ./utils/manage test $ ./utils/manage docs 1. All pull requests must pass the travis-ci builds 2. All pull requests should include inline (docstring) documentation, updates to built documentation if applicable, and test coverage. This project aspires to be a 100% test coverage library. .. |travis| image:: https://travis-ci.org/huntcsg/expectly.svg?branch=master :target: https://travis-ci.org/huntcsg/expectly .. |pypi| image:: https://img.shields.io/pypi/v/expectly.svg :target: https://pypi.python.org/pypi/expectly .. |docs| image:: https://readthedocs.org/projects/expectly/badge/?version=latest :target: http://expectly.readthedocs.io/en/latest/?badge=latest Changes ======= 0.1.0 ***** - Initial Release Authors ------- Hunter Senft-Grupp


نیازمندی

مقدار نام
- jsonschema
- jmespath
xtr pytest;
xtr pytest-cov;
xtr pytest-html;
xtr requests;
xtr requests-mock;
xtr sphinx;
xtr sphinx-rtd-theme;
xtr isort;
xtr flake8;
xtr ipython;
xtr bumpversion;
xtr sphinx;
xtr sphinx-rtd-theme;
xtr pytest;
xtr pytest-cov;
xtr pytest-html;
xtr requests;
xtr requests-mock;


نحوه نصب


نصب پکیج whl expectly-0.1.8:

    pip install expectly-0.1.8.whl


نصب پکیج tar.gz expectly-0.1.8:

    pip install expectly-0.1.8.tar.gz