diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/wgconf/wgconf_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/wgconf/wgconf_test.go b/pkg/wgconf/wgconf_test.go index ccd3960..d0bcb0b 100644 --- a/pkg/wgconf/wgconf_test.go +++ b/pkg/wgconf/wgconf_test.go @@ -5,11 +5,11 @@ import ( ) func TestParseConfig(t *testing.T) { - t.Log("Unit Test: Verifying WireGuard .conf parsing logic") - // TODO: Implement test cases for valid/invalid configs, MTU, and DNS + // Test that valid .conf files are parsed correctly and invalid ones return errors. + t.Skip("not implemented") } func TestValidateProfile(t *testing.T) { - t.Log("Unit Test: Verifying profile validation and path resolution") - // TODO: Implement test cases for ~/.config/wg-wrap/profiles/ resolution + // Test that profile names are resolved correctly to ~/.config/wg-wrap/profiles/*.conf. + t.Skip("not implemented") } |
