File: pytest.ini

package info (click to toggle)
python-qbusmqttapi 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: python: 431; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[pytest]
testpaths = tests
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
norecursedirs = .git
addopts =
    --cov=src
    --cov-report=html:tests/coverage
    --cov-config=.coveragerc