swh:1:snp:4dc0bc0115014506f5b8557b9998ca9c88ee7ea5
Raw File
Tip revision: 67c786e866251e427f5511e105fbb2cb80b4add3 authored by Bryna Hazelton on 23 December 2022, 06:17:18 UTC
run tests out of a different directory
Tip revision: 67c786e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

[report]
omit =
  */tests/*
  */conftest.py
back to top