File: setup.cfg

package info (click to toggle)
python-httpx-sse 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: python: 715; makefile: 31; sh: 17
file content (12 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[mypy]
disallow_untyped_defs = True
ignore_missing_imports = True

[tool:pytest]
asyncio_mode = strict
addopts =
  -rxXs
  --cov=src
  --cov=tests
  --cov-report=term-missing
  --cov-fail-under=100