mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Add test configuration
This commit is contained in:
parent
c33b9d24b1
commit
16669a6c45
1 changed files with 5 additions and 0 deletions
5
tests/conftest.py
Normal file
5
tests/conftest.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import sys
|
||||
|
||||
import flake8
|
||||
|
||||
flake8.configure_logging(2, 'test-logs-%s.%s.log' % sys.version_info[0:2])
|
||||
Loading…
Add table
Add a link
Reference in a new issue