debian-forge-composer/cmd/osbuild-image-tests
Ondřej Budai acfb461aa5 tests/image: switch the implementation to go testing framework
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.
2020-03-19 14:25:08 +01:00
..
constants-travis.go tests/image: add path constants for Travis CI 2020-03-16 21:10:57 +01:00
constants.go tests/image: add path constants for Travis CI 2020-03-16 21:10:57 +01:00
context-managers.go tests/image: extract constants containing paths 2020-03-16 21:10:57 +01:00
helpers.go tests/image: add booting tests 2020-03-13 18:06:56 +01:00
main_test.go tests/image: switch the implementation to go testing framework 2020-03-19 14:25:08 +01:00
netns.go tests/image: add booting tests 2020-03-13 18:06:56 +01:00