TheNetworkGuy / netbox-zabbix-sync

Python script to synchronise Netbox devices to Zabbix.
MIT License
108 stars 26 forks source link

Create unittests #29

Open TheNetworkGuy opened 1 year ago

TheNetworkGuy commented 1 year ago

Implement unittests and mock NB / ZBX API to maintain the code and implement new features easier.

TheNetworkGuy commented 1 month ago

There are 2 workflows for a linter check and container build. However there is still no such check for specifically mocking the API's of Zabbix and Netbox.