mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-08 00:50:20 +09:00
6654142fbe
Convert config loading tests from gopkg.in/check.v1 Suite-based testing to standard Go tests with testify assert/require. Changes: - Remove Suite boilerplate (Test, Suite type, SetUpSuite, TearDownSuite) - Convert TestConfigFileLoading and TestConfigLoading to standalone tests - Replace check assertions with testify equivalents