mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
A lot of our testing utilities were written before the introduction of the testing.TB interface that represents what *testing.T and *testing.B have in common, and those that weren't have followed precedent from those that were in directly expecting *testing.T. Using testing.TB instead makes these helpers usable from both normal tests and testing benchmark functions, since they only use methods that are available in both contexts. Signed-off-by: Martin Atkins <mart@degeneration.co.uk> |
||
---|---|---|
.. | ||
testdata | ||
doc.go | ||
loader_load_test.go | ||
loader_load.go | ||
loader_snapshot_test.go | ||
loader_snapshot.go | ||
loader_test.go | ||
loader.go | ||
module_mgr.go | ||
testing.go |