headscale/hscontrol/mapper
Kristoffer Dalby 424e26d636 db: migrate tests from check.v1 to testify
Migrate all database tests from gopkg.in/check.v1 Suite-based testing
to standard Go tests with testify assert/require.

Changes:
- Remove empty Suite files (hscontrol/suite_test.go, hscontrol/mapper/suite_test.go)
- Convert hscontrol/db/suite_test.go to modern helpers only
- Convert 6 Suite test methods in node_test.go to standalone tests
- Convert 5 Suite test methods in api_key_test.go to standalone tests
- Fix stale global variable reference in db_test.go

The legacy TestListPeers Suite method was renamed to TestListPeersManyNodes
to avoid conflict with the existing modern TestListPeers function, as they
test different aspects (basic peer listing vs ID filtering).
2026-01-20 15:41:33 +01:00
..
batcher.go hscontrol: fix tag updates not propagating to node self view 2026-01-20 10:13:47 +01:00
batcher_lockfree.go oidc: make email verification configurable 2025-12-18 11:42:32 +00:00
batcher_test.go batcher: ensure removal from batcher 2025-12-17 13:19:26 +01:00
builder.go change: smarter change notifications 2025-12-16 10:12:36 +01:00
builder_test.go bunch of qol (#2748) 2025-08-27 17:09:13 +02:00
mapper.go hscontrol: fix tag updates not propagating to node self view 2026-01-20 10:13:47 +01:00
mapper_test.go make tags first class node owner (#2885) 2025-12-02 12:01:25 +01:00
tail_test.go types: add option to disable taildrop, improve tests (#2955) 2025-12-12 11:35:16 +01:00