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/types
Claude dead70fee3
Add tests for 25 additional core packages
Massive test coverage expansion across utilities, types, and core components:

Types packages (7):
- types/empty, types/ptr, types/structs, types/preftype
- types/flagtype, types/nettype

Core infrastructure (6):
- paths: File path handling tests
- tsconst: Constants validation
- tsd: System daemon tests
- omit: Omit error tests
- proxymap: Proxy mapping tests
- sessionrecording: Session recording tests

Utilities (12):
- util/must: Must helper tests
- util/lineread: Line reader tests
- util/groupmember: Group membership tests
- util/systemd: Systemd integration tests
- util/cibuild: CI detection tests
- util/osshare: OS sharing tests
- util/quarantine: File quarantine tests
- util/racebuild: Race detection tests
- util/precompress: Precompression tests
- util/progresstracking: Progress tracking tests

Network & Engine:
- net/wsconn: WebSocket connection tests
- wgengine/wgcfg/nmcfg: WireGuard config tests
- wf: Windows Firewall tests

All tests include basic validation and edge case coverage.
3 weeks ago
..
appctype appc,ipn/ipnlocal,types/appctype: implement control provided routes 2 years ago
dnstype cli: add `tailscale dns query` (#13368) 1 year ago
empty Add tests for 25 additional core packages 3 weeks ago
flagtype Add tests for 25 additional core packages 3 weeks ago
ipproto all: use Go 1.22 range-over-int 2 years ago
key all: add test for package comments, fix, add comments as needed 1 year ago
lazy types/lazy: re-init SyncValue during test cleanup if it wasn't set before SetForTest 1 year ago
logger all: use Go 1.22 range-over-int 2 years ago
logid types/logid: add Add method (#12478) 1 year ago
netlogtype all: update copyright and license headers 3 years ago
netmap net/ipset, wgengine/filter/filtertype: add split-out packages 2 years ago
nettype Add tests for 25 additional core packages 3 weeks ago
opt types/opt: add BoolFlag for setting Bool value as a flag 1 year ago
persist types/persist: remove unused field Persist.Provider 2 years ago
prefs types/prefs: add a package containing generic preference types 1 year ago
preftype Add tests for 25 additional core packages 3 weeks ago
ptr Add tests for 25 additional core packages 3 weeks ago
structs Add tests for 25 additional core packages 3 weeks ago
tkatype types/tkatype: add test for MarshaledSignature's JSON format 2 years ago
views types/views: add SliceView.All iterator (#13536) 1 year ago