small test cleanup, can isolate to a singular core test fixture
This commit is contained in:
parent
45a11f7586
commit
f767c32643
8 changed files with 67 additions and 79 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue