Skip to content

Releases: viash-io/viashpy

0.2.1

03 Feb 12:55
f4341ba
Compare
Choose a tag to compare

Bug fixes

  • run_component now outputs captured stdout and stderr from the component run.

0.2.0

05 Dec 10:17
Compare
Choose a tag to compare

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 execute viash run with the component config when running tests inline instead of using viash 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 raises AttributeError instead of RuntimeError when the meta variable is not defined in the test module.
  • run_component will now use FileNotFoundError instead of RuntimeError when trying to run an executable and this executable is not a file.

0.1.0

23 Nov 16:37
39605dc
Compare
Choose a tag to compare

Initial release