Skip to main content

An autohooks plugin for pytest

Project description

Greenbone Logo

autohooks-plugin-pytest

PyPI release

An autohooks plugin for pytest.

Installation

Install using pip

You can install the latest stable release of autohooks-plugin-pytest from the Python Package Index using pip:

python3 -m pip install autohooks-plugin-pytest

Install using poetry

It is highly encouraged to use poetry for maintaining your project's dependencies. Normally autohooks-plugin-pytest is installed as a development dependency.

poetry install

Usage

To activate the pytest autohooks plugin please add the following setting to your pyproject.toml file.

[tool.autohooks]
pre-commit = ["autohooks.plugins.pytest"]

By default, autohooks plugin pytest checks all files with a .py ending. If only files in a sub-directory or files with different endings should be tested, just add the following setting:

[tool.autohooks]
pre-commit = ["autohooks.plugins.pytest"]

[tool.autohooks.plugins.pytest]
include = ['foo/*.py', '*.foo']

By default, autohooks plugin pytest executes pytest without any arguments and pytest settings are loaded from the .pytestrc file in the root directory of git repository. To change specific settings or to define a different pytest rc file the following plugin configuration can be used:

[tool.autohooks]
pre-commit = ["autohooks.plugins.pytest"]

[tool.autohooks.plugins.pytest]
arguments = ["--rcfile=/path/to/pytestrc", "-s", "n"]

Maintainer

This project is maintained by Greenbone AG.

Contributing

Your contributions are highly appreciated. Please create a pull request on GitHub. Bigger changes need to be discussed with the development team via the issues section at GitHub first.

License

Copyright (C) 2021-2023 Greenbone AG

Licensed under the GNU General Public License v3.0 or later.

Project details


Download files

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

Source Distribution

autohooks_plugin_pytest-23.10.0.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

autohooks_plugin_pytest-23.10.0-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file autohooks_plugin_pytest-23.10.0.tar.gz.

File metadata

  • Download URL: autohooks_plugin_pytest-23.10.0.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.13 Linux/6.2.0-1012-azure

File hashes

Hashes for autohooks_plugin_pytest-23.10.0.tar.gz
Algorithm Hash digest
SHA256 87125b8291e0e04da2d24255581622b957f090f2c96cf50a4396fb455a3c8864
MD5 6962c0730ba1b50f5437b23877f23174
BLAKE2b-256 566f76342f15644c27e8164bd736361dd5995d2d337532a1a03777b9c92fe641

See more details on using hashes here.

File details

Details for the file autohooks_plugin_pytest-23.10.0-py3-none-any.whl.

File metadata

File hashes

Hashes for autohooks_plugin_pytest-23.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 581a92e09cf7882f5488973290d29f35684bec984537832f26c8a7e7c245eedb
MD5 10fada1e17c45ad0cb4e49e95d8a9543
BLAKE2b-256 18352041cdf31e40e921d28e9ffaad2a04fe455622e367fd61522b65cfa1299d

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