File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ type TestConfig struct {
2424 // Place to describe what's wrong with this test. Does not affect how the test is run.
2525 Badness * string
2626
27- // Execution phase for this test. Tests run in ascending phase order.
28- // Phase is not inherited from parent test.toml files. Default is 0.
27+ // Execution phase for this test. Phase 1 tests run after all phase 0 tests complete,
28+ // which is useful when a test depends on the output of another tests.
29+ // Some tests run diff against sister test output to highlight the differences.
30+ // Some tests summarize output of many child tests.
2931 Phase int `inherit:"false"`
3032
3133 // Which OSes the test is enabled on. Each string is compared against runtime.GOOS.
You can’t perform that action at this time.
0 commit comments