File: pytest.ini

package info (click to toggle)
python-utils 3.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 396 kB
  • sloc: python: 2,135; makefile: 19; sh: 5
file content (16 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
python_files =
    python_utils/*.py
    _python_utils_tests/*.py

addopts =
    --doctest-modules
    --cov python_utils
    --cov-report term-missing
;    --mypy

doctest_optionflags =
    ALLOW_UNICODE
    ALLOW_BYTES

asyncio_mode = strict