We're currently rewriting all the integration tests to use the Go testing framework. This commit does the switch for the image tests. I decided not to use the testing framework in functions which are not directly tight to testing (booting images, running osbuild). I think it's reasonable to use classic error handling there and propagate the errors to places directly tight to testing and use the testing library. This enables us to reuse the code in different part of projects if needed. |
||
|---|---|---|
| .. | ||
| constants-travis.go | ||
| constants.go | ||
| context-managers.go | ||
| helpers.go | ||
| main_test.go | ||
| netns.go | ||