Files
kubernetes/pkg/controller
Patrick Ohly 5c8929d95e volume binder: convert to sub-tests
Using t.Run() has some advantages:
- individual sub-tests can be selected with -run
- test failures are automatically associated with
  the scenario, therefore the test name no longer
  needs to be passed around

A "run" function is used primarily to avoid large indention changes,
but also because this can be used to extend the test with additional
parameters later on.
2020-01-29 10:37:27 +01:00
..
2019-12-10 18:09:20 +01:00
2019-10-24 20:21:00 +02:00
2019-10-24 20:21:00 +02:00
2019-10-08 14:42:31 +02:00
2019-10-24 20:21:00 +02:00
2019-11-13 14:20:19 -08:00