Piotr Tabor fb1d48e98e Integration tests: Use BeforeTest(t) instead of defer AfterTest().
Thanks to this change, a single method BeforeTest(t) can handle
before-test logic as well as registration of cleanup code
(t.Cleanup(func)).
2021-03-09 18:19:51 +01:00
..
2018-07-21 15:49:58 -07:00
2018-02-28 17:27:40 -08:00
2020-02-12 11:15:41 -08:00
2018-04-30 15:32:16 -07:00
2021-02-03 03:08:13 -08:00
2018-04-08 14:18:09 -07:00
2021-02-24 22:23:27 +05:30
2021-03-07 12:32:57 +01:00
2021-03-07 12:32:57 +01:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.