| tests | |
|---|---|
| package |
XAPI ssh command parser to convert cli commands to xml for use in the Cisco XAPI REST API
- Free software: MIT license
pip install xapiparser
You can also install the in-development version with:
pip install https://github.com/jonathanelscpt/xapiparser/archive/master.zip
To use the project:
import xapiparser
xapi = 'xConfiguration Conference Encryption Mode'
xapiparser.parse(xapi)To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
| Windows | set PYTEST_ADDOPTS=--cov-append tox |
|---|---|
| Other | PYTEST_ADDOPTS=--cov-append tox |