schema/gen/go: remove two common subtest levels
Practically every subtest ends up at 7 or so levels of names, like: TestMapsContainingMaybe/maybe-using-ptr/generate/compile/bhvtest/non-nullable/typed-create However, note that the "generate" and "compile" levels are always there, so their presence just adds verbosity in the output and makes the developer's life more difficult. Extremely nested sub-tests are already rare, so at least we can just keep the components that add useful information in the output. "bhvtest" is also pretty redundant, but that one actually matters - its subtest can be skipped depending on build tags.
Showing
Please register or sign in to comment