uwefladrich / scriptengine

A lightweight and extensible framework for execution scripts written in YAML.
GNU General Public License v3.0
15 stars 4 forks source link

Fix errors in base.command tests #98

Closed uwefladrich closed 10 months ago

uwefladrich commented 10 months ago

There are issues with the way base.command is tested, when pytest is running these tests in Github actions. Tests fail because some of the lines that the tests are checking are not appearing in the log capture. The whole problem is not really reproducible, tests run fine locally and sometimes even on Github.

uwefladrich commented 10 months ago

Things changed: