0.7.0
New Functionality
- Added support for viash 0.9.0 (#23).
Breaking Changes
run_component
now executesviash run
with--engine docker
(or--platform docker
)
when the test is executed inline (and not as a result of using 'viash test')
instead of the first engine that is defined in the config. Another engine can be
specified by using theengine
keyword argument (#22).
Minor Changes
-
run_component
now usescachedbuild
setup strategy when tests are executed inline
with enginedocker
. This makes sure that the docker image is update when it already
exists on the system (#22). -
Added debugging information about the calls that are made to
viash
. If you want to enable
debugging information, use--log-cli-level=DEBUG
frompytest
(#22).