https://github.com/bryanwweber/UConnRCMPy
Raw File
Tip revision: cbff71d9d507680ede982f45cc9395d345e82589 authored by Bryan W. Weber on 27 June 2017, 16:28:19 UTC
Fix KeyErrors when adding *_case experiments
Tip revision: cbff71d
setup.cfg
[aliases]
test=pytest

[tool:pytest]
addopts = -vv --cov=./

[metadata]
license_file = LICENSE.md
back to top