File: conftest.py

package info (click to toggle)
python-flake8 7.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: python: 6,592; sh: 21; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
7
8
"""Test configuration for py.test."""
from __future__ import annotations

import sys

import flake8

flake8.configure_logging(2, "test-logs-%s.%s.log" % sys.version_info[0:2])