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.
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.
Release files for pytest-black 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytest-black-0.2.0.tar.gz | 2.5 kB | Details |
Release files / pytest-black-0.2.0.tar.gz
| Download URL | pytest-black-0.2.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56c566f2130bf923b7d2322d4c7a3daa92ff5a1f5793a5d186c78ece76746b59
|
|
BLAKE2b-256 checksum How to use checksums |
1fd38c0ce7e830dc64adc7a46ecec40a9a2c404f1f21fa1896a60a939099ef32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.3
|