File: pytest.ini

package info (click to toggle)
python-pbcommand 2.1.1%2Bgit20220616.3f2e6c2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 940 kB
  • sloc: python: 6,929; makefile: 220; sh: 71
file content (10 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
[pytest]
log_cli = 1
log_cli_level = INFO

markers =
    pbcore: requires the 'pbcore' package to be installed
    pbtestdata: requires the 'PacBioTestData' package to be installed

addopts =
    -v -n auto --dist=loadscope --durations=20 --junitxml=nosetests.xml --cov=./pbcommand --cov-report=xml:coverage.xml