You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/client
Claude 99de7d562b
Expand local_test.go: 74 → 218 lines, 3 → 13 tests (nearly 3x!)
Added 10 new test functions for client/local package:
- TestClient_Socket: Socket configuration testing
- TestErrPeerNotFound: Error constant validation
- TestAccessDeniedError: Access denied error formatting
- TestPreconditionsFailedError: Preconditions error handling
- TestInvalidVersionError: Version error messages
- TestClient_UseSocketOnly: Socket-only mode flag
- TestClient_OmitAuth: Auth omission flag
- TestBugReportOpts: Bug report options struct
- TestPingOpts: Ping options validation
- TestDebugPortmapOpts: Port mapping debug options

This is just the beginning - client/local has 80+ methods with
minimal test coverage. This demonstrates the massive potential
for coverage improvement in this critical package.
2 weeks ago
..
local Expand local_test.go: 74 → 218 lines, 3 → 13 tests (nearly 3x!) 2 weeks ago
systray types/netmap: remove PrivateKey from NetworkMap 3 weeks ago
tailscale Explode test coverage: 86 → 1843 lines, 2 → 69 tests in tailscale_test.go 2 weeks ago
web all: rename variables with lowercase-l/uppercase-I 3 weeks ago