https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3d11070575f908c5d2ec5df8f9d18e663a0c1656 authored by Matthew Kolopanis on 16 May 2019, 21:25:46 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent d1da58d
Raw File
Tip revision: 3d11070575f908c5d2ec5df8f9d18e663a0c1656 authored by Matthew Kolopanis on 16 May 2019, 21:25:46 UTC
uvdata: removed unittest class in favor of pytest fixtures
Tip revision: 3d11070
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

[tool:pytest]
addopts = --ignore=scripts
back to top