A pytest plugin to enable format checking with black
Project description
pytest-black
A pytest plugin to enable format checking with black.
Requirements
Installation
$ pip install pytest-black
Usage
To run pytest with formatting checks provided by black:
$ pytest --black
The plugin will output a diff of suggested formatting changes (if any exist). Changes will not be applied automatically.
Configuration
You can override default black configuration options by placing a pyproject.toml
file in your project directory. See example configuration here.
Testing
To run the tests against a selection of Python interpreters:
$ tox
To run against a specific interpreter (e.g. Python 3.6):
$ tox -e py36
The tox.ini
file in the root of this repository is used to configure the test environment.
License
Distributed under the terms of the MIT
license, pytest-black
is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytest-black-0.3.5.tar.gz
.
File metadata
- Download URL: pytest-black-0.3.5.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6849e2cfa9a659377c52e0e698e8d0f8a79ff603cb1c930ad86b512357edba4f |
|
MD5 | 1fefb6ff621738d5ff28f910f41e3b4b |
|
BLAKE2b-256 | e2d65adbfeebd9a0cac054e1b9c4d62558ab8f7eb7659e76c3e49c4507e85489 |