File: setup.cfg

package info (click to toggle)
python-hyperframe 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 224 kB
  • sloc: python: 1,460; makefile: 14
file content (26 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tool:pytest]
testpaths = test

[coverage:run]
branch = True
source = hyperframe

[coverage:report]
fail_under = 100
show_missing = True
exclude_lines = 
	pragma: no cover
	raise NotImplementedError()

[coverage:paths]
source = 
	src
	.tox/*/site-packages

[flake8]
max-line-length = 120

[egg_info]
tag_build = 
tag_date = 0