معرفی شرکت ها


flake8-pytest-mark-1.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A flake8 plugin that helps check the presence of a PyTest mark
ویژگی مقدار
سیستم عامل -
نام فایل flake8-pytest-mark-1.1.0
نام flake8-pytest-mark
نسخه کتابخانه 1.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده rpc-automation
ایمیل نویسنده rpc-automation@rackspace.com
آدرس صفحه اصلی https://github.com/rcbops/flake8-pytest-mark
آدرس اینترنتی https://pypi.org/project/flake8-pytest-mark/
مجوز Apache Software License 2.0
================== Flake8-pytest-mark ================== .. image:: https://travis-ci.org/rcbops/flake8-pytest-mark.svg?branch=master :target: https://travis-ci.org/rcbops/flake8-pytest-mark Check and enforce the presence of a mark on a pytest test definition classes, methods and functions. Quick Start Guide ----------------- 1. Install ``flake8-pytest-mark`` from PyPI with pip:: $ pip install flake8-pytest-mark 2. Configure a mark that you would like to validate:: $ cd project_root/ $ vi .flake8 .. code-block:: ini [flake8] pytest_mark1 = name=test_id value_match=uuid 3. Run flake8:: $ flake8 tests/ Gotchas ------- 1. It is highly recommended to use this plugin inside of a virtualenv. 2. A configuration is required by this plugin, if none is found the plugin will throw a M401 validation error for every file. 3. By default this plug-in will enforce marks against pytest test classes. (See configuration_ for more details on how to exclude different pytest test definitions from mark checking.) Violation Codes --------------- All possible violation codes are documented in violation_codes_ Example Configurations ---------------------- More example configurations can be found in configuration_ Contributing ------------ See `CONTRIBUTING.rst`_ and `developer_docs.rst`_ for more details on developing for the Zigzag project. Release Process --------------- See `release_process.rst`_ for information on the release process for 'zigzag' Credits ------- This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. .. _CONTRIBUTING.rst: CONTRIBUTING.rst .. _developer_docs.rst: docs/developer_docs.rst .. _release_process.rst: docs/release_process.rst .. _configuration: docs/configuration.rst .. _violation_codes: docs/violation_codes.rst .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage ======= History =======


نیازمندی

مقدار نام
>=3.5.0 flake8


زبان مورد نیاز

مقدار نام
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* Python


نحوه نصب


نصب پکیج whl flake8-pytest-mark-1.1.0:

    pip install flake8-pytest-mark-1.1.0.whl


نصب پکیج tar.gz flake8-pytest-mark-1.1.0:

    pip install flake8-pytest-mark-1.1.0.tar.gz