Am 03.02.26 um 16:03 schrieb Dominik Csapak: > > alternatively, we could write out 'PVE::Tools::get_host_arch' everywhere > without importing, then we'd only have to mock once > (but makes the code slightly less readable)
could combine that with adding a local helper with the same name though. While I prefer having no extra code for testing, it's not always possible and a simple getter would be at least save to have.
