added mock for python testing, removed a couple unused methods, added some more quick tests for a variety of interface related methods
This commit is contained in:
parent
62e8ff8731
commit
ebe3b9e3e3
7 changed files with 80 additions and 54 deletions
|
@ -32,7 +32,8 @@ setup(name="core-python",
|
|||
],
|
||||
tests_require=[
|
||||
"pytest",
|
||||
"pytest-cov"
|
||||
"pytest-cov",
|
||||
"mock"
|
||||
],
|
||||
description="Python components of CORE",
|
||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue