https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 533b6dfb490390db23a0e3500f84e4cb4315dca3 authored by Bryna Hazelton on 09 December 2020, 16:27:34 UTC, committed by Bryna Hazelton on 09 December 2020, 17:54:45 UTC
1 parent 1034c93
Raw File
Tip revision: 533b6dfb490390db23a0e3500f84e4cb4315dca3 authored by Bryna Hazelton on 09 December 2020, 16:27:34 UTC
Try adding pytest-cases back to doctest yaml
Tip revision: 533b6df
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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