pytest plugin to check FLAKE8 requirements
Project Links
Meta
Author: Thorsten Lockert
Maintainer: Thorsten Lockert
Requires Python: >=3.9
Classifiers
Development Status
- 5 - Production/Stable
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Programming Language
- Python :: 3
- Python :: 3 :: Only
Topic
- Software Development
- Software Development :: Quality Assurance
- Software Development :: Testing
pytest plugin for efficiently checking PEP8 compliance
Usage
Install it into a test environment, then run tests with the option.
pytest --flake8
Every file ending in .py will be discovered and checked with flake8.
Configuring Flake8
See the Flake8 docs on configuring.
FAQs
All the Flake8 tests are skipping!
By design, results are cached and only changed files are checked.
To bypass this caching mechanism, run the following command:
pytest --cache-clear --flake8
Run tests with [tox](https://tox.wiki) (e.g. pipx run tox).
For more information, take a look at the skeleton.
Notes
For more info on pytest see http://pytest.org
The code is partially based on Ronny Pfannschmidt’s pytest-codecheckers plugin.
Nov 09, 2024
1.3.0
Jul 21, 2024
1.2.2
Jul 21, 2024
1.2.1
Jul 19, 2024
1.2.0
Jul 19, 2024
1.1.3
Jul 19, 2024
1.1.2
Mar 18, 2022
1.1.1
Mar 05, 2022
1.1.0
Dec 16, 2020
1.0.7
May 12, 2020
1.0.6
Apr 23, 2020
1.0.5
Jan 31, 2019
1.0.4
Jan 14, 2019
1.0.3
Jul 26, 2018
1.0.2
Apr 30, 2018
1.0.1
Mar 19, 2018
1.0.0
Oct 26, 2017
0.9.1
Oct 23, 2017
0.9
Oct 18, 2016
0.8.1
Oct 06, 2016
0.7
Jul 26, 2016
0.6
Apr 21, 2016
0.5
Apr 19, 2016
0.4
Apr 18, 2016
0.3
Feb 12, 2016
0.2
Mar 31, 2015
0.1