1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Copyright 2025 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT
// The four groups a test file is made of, in the order they appear.
//
// Helpers are defined by exclusion -- whatever is neither an import, nor a
// constant, nor a test. That is what makes the set closed: a `struct`, an
// `impl`, a type alias and a plain `fn` are all helpers, so a new kind of item
// lands somewhere sensible without the rule needing to learn about it.