Spec tests are generated from .yml files. This allows writing individual test functions for each .yml case so that test output is easy to read. However, with recent versions of Go, the testing library supports subtests, so that we can iterate a spec data file directly and still have test-case specific names.
Avoiding generation will make spec test runners easier to develop, debug and modify.
- is depended on by
-
GODRIVER-106 Remove git submodule
- Closed