Files
nscertkeycreate/docs/DEVELOPMENT.md
deamonkai fc94008530 initial
2026-01-23 12:11:21 -06:00

600 B

Development

This repository is a small package with modular components.

To run unit tests (requires pytest, responses):

Install test dependencies (recommend using a virtualenv):

python -m pip install --upgrade pytest responses

Then run the tests:

python -m pytest -q

Current work: NetScaler Console polling + key/CSR scripts with tests.

Note: The NetScaler Console Device API proxy (authorize_deviceapiproxy and enable_apiproxy_credentials) is disabled by default. We enabled it on the lab Console to support future Console-proxy import workflows.