Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
370 stars 234 forks source link

Rework: Qemu tests #362

Closed Tinyblargon closed 3 weeks ago

Tinyblargon commented 3 weeks ago

Restructure the test to have less duplicate tests when we have an update and create test. There now is an createUpdate test which will run the test once for create and once for update. reducing the amount of tests that have to be written.