mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
6 lines
140 B
Python
6 lines
140 B
Python
"""Test configuration for py.test."""
|
|
import sys
|
|
|
|
import flake8
|
|
|
|
flake8.configure_logging(2, "test-logs-%s.%s.log" % sys.version_info[0:2])
|