Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-01 | api tests: use intSize-agnostic random integers | 1 | -2/+1 | ||
rand.Intn(math.MaxInt64) causes tests to fail on 32-bit architectures. Use the simpler rand.Int() instead, which still provides plenty of room for generating pseudo-random test usernames. | |||||
2024-03-16 | Rewrite API integration tests without build tags | 1 | -0/+2322 | ||