swh:1:snp:cd75f97fa50a6ebd9478725e7a7b03714c2cc090
Raw File
Tip revision: afb05d9995cf7b6f223d8cedfa69278d7840af54 authored by Bryna Hazelton on 01 June 2021, 21:39:37 UTC
Add assert error message
Tip revision: afb05d9
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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