Releases: viash-io/viashpy
Releases · viash-io/viashpy
0.2.1
Bug fixes
run_component
now outputs captured stdout and stderr from the component run.
0.2.0
New functionality
- Added the
meta
,viash_executable
,test_module
,meta_config_path
,meta_config
,viash_source_config_path
viash_source_config
fixtures. run_component
will now supports to executeviash run
with the component config when running tests inline instead of usingviash test
, removing the need to rebuild components.- Added utility to extract tar files.
Breaking changes
- Dropped support for python3.7 and python3.8
- Drop Windows support as viash uses WSL on Windows.
- The
run_component
fixture now raisesAttributeError
instead ofRuntimeError
when the meta variable is not defined in the test module. run_component
will now useFileNotFoundError
instead ofRuntimeError
when trying to run an executable and this executable is not a file.
0.1.0
Initial release