package wgconf import ( "testing" ) func TestParseConfig(t *testing.T) { // Test that valid .conf files are parsed correctly and invalid ones return errors. t.Skip("not implemented") } func TestValidateProfile(t *testing.T) { // Test that profile names are resolved correctly to ~/.config/wg-wrap/profiles/*.conf. t.Skip("not implemented") }