This commit is contained in:
deamonkai
2026-01-23 12:11:21 -06:00
commit fc94008530
16494 changed files with 2974672 additions and 0 deletions

24
docs/DEVELOPMENT.md Normal file
View File

@@ -0,0 +1,24 @@
Development
===========
This repository is a small package with modular components.
To run unit tests (requires `pytest`, `responses`):
Install test dependencies (recommend using a virtualenv):
```bash
python -m pip install --upgrade pytest responses
```
Then run the tests:
```bash
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.