Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 333 Bytes

demo_flake8_config_issue

Reproduction of issue tholo/pytest-flake8#28

The demonstration can be invoked by:

> python setup.py test

The file mean.py contains two errors which are detect by the pytest-flake8 module. One of them will be ignored and the other causes an error when invoking the test.