small test cleanup, can isolate to a singular core test fixture

This commit is contained in:
Blake J. Harnden 2017-07-25 10:16:18 -07:00
parent 45a11f7586
commit f767c32643
8 changed files with 67 additions and 79 deletions

View file

@ -27,8 +27,13 @@ setup(name="core-python",
install_requires=[
"enum34"
],
setup_requires=["pytest-runner"],
tests_require=["pytest"],
setup_requires=[
"pytest-runner"
],
tests_require=[
"pytest",
"pytest-cov"
],
description="Python components of CORE",
url="http://www.nrl.navy.mil/itd/ncs/products/core",
author="Boeing Research & Technology",