added vnodeclient testing, added a run tests script to make testing easier

This commit is contained in:
Blake J. Harnden 2017-07-27 11:57:01 -07:00
parent ebe3b9e3e3
commit 6a875bcd8d
3 changed files with 63 additions and 4 deletions

View file

@ -5,5 +5,5 @@ pytest.main([
"--cov-report",
"xml",
"--cov=.",
"tests/test_core.py"
"tests"
])