This website requires JavaScript.
Explore
Help
Register
Sign In
NeoAnd
/
netbox-zabbix-sync
Watch
1
Star
0
Fork
0
You've already forked netbox-zabbix-sync
mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced
2026-03-21 12:08:39 -06:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
netbox-zabbix-sync
/
tests
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
TheNetworkGuy
d4f1a2a572
Added
#112
2026-02-25 12:55:50 +00:00
..
__init__.py
Adjusted Gitignore, added config module, adjusted requirements for YAML support, added first unittests
2025-04-25 14:43:35 +02:00
test_configuration_parsing.py
Renamed module/config.py file to settings.py to avoid confusion with the main config.py file
2026-02-16 13:28:18 +00:00
test_core.py
Made the token checks more consistent with function variables and updated the tests to better reflect the use of a proper V2 token.
2026-02-23 11:59:13 +00:00
test_device_deletion.py
Implemented central configuration and config path that is configurable as path. Updated tests to use self.config instead on re-initializing config.
2026-02-19 16:17:58 +00:00
test_host_description.py
Added
#112
2026-02-25 12:55:50 +00:00
test_hostgroups.py
Fixed some hostgroup tests and added 4 new tests
2026-02-19 12:08:01 +00:00
test_interface.py
♻️
Moved sourcecode into netbox_zabbix_sync module
2026-02-12 15:17:34 +01:00
test_list_hostgroup_formats.py
♻️
Moved sourcecode into netbox_zabbix_sync module
2026-02-12 15:17:34 +01:00
test_physical_device.py
Implemented central configuration and config path that is configurable as path. Updated tests to use self.config instead on re-initializing config.
2026-02-19 16:17:58 +00:00
test_tags.py
Added VM tests and tag tests
2026-02-19 12:38:29 +00:00
test_tools.py
♻️
Moved sourcecode into netbox_zabbix_sync module
2026-02-12 15:17:34 +01:00
test_usermacros.py
Added missing function to testing suite which was deleted in a previous commit.
2026-02-23 13:17:32 +00:00