This website requires JavaScript.
Explore
Help
Sign in
afonso
/
core-extra
Watch
1
Star
0
Fork
You've already forked core-extra
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
14a5d11c4e
core-extra
/
daemon
/
test.py
10 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
added mock for python testing, removed a couple unused methods, added some more quick tests for a variety of interface related methods
2017-07-26 16:52:17 -07:00
import
pytest
pytest
.
main
(
[
"
-v
"
,
"
--cov-report
"
,
"
xml
"
,
"
--cov=.
"
,
added vnodeclient testing, added a run tests script to make testing easier
2017-07-27 11:57:01 -07:00
"
tests
"
added mock for python testing, removed a couple unused methods, added some more quick tests for a variety of interface related methods
2017-07-26 16:52:17 -07:00
]
)
Reference in a new issue
Copy permalink