Skip to main content

A flake8 plugin that helps check the presence of a PyTest mark

Project description

Flake8-pytest-mark

https://travis-ci.org/rcbops/flake8-pytest-mark.svg?branch=master

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
[flake8]
pytest_mark1 = name=test_id
               value_match=uuid
  1. 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.

History

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

flake8_pytest_mark-1.1.0-py2.py3-none-any.whl (8.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file flake8_pytest_mark-1.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: flake8_pytest_mark-1.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.12

File hashes

Hashes for flake8_pytest_mark-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4518e495059d163c32c4ca5d3bb7a27215639b5e6a1abf0379eabe1055119389
MD5 0496211865be61a80db75b6795658232
BLAKE2b-256 76d1a91c892a31506709c272f5455e6503623f57e92e2619fd96e072de96892f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page