https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9e945fec26bc2874994b0cfc9243ff0be92a8c29 authored by e-koch on 30 June 2021, 00:42:15 UTC, committed by Bryna Hazelton on 01 July 2021, 17:47:36 UTC
1 parent 6d39f16
Raw File
Tip revision: 9e945fec26bc2874994b0cfc9243ff0be92a8c29 authored by e-koch on 30 June 2021, 00:42:15 UTC
Move mir fixture to conftest
Tip revision: 9e945fe
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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