File: setup.cfg

package info (click to toggle)
python-httpx-sse 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 478; makefile: 31; sh: 17
file content (12 lines) | stat: -rw-r--r-- 204 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