avocado
avocado copied to clipboard
Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any...
Optimize the format. Added exception handling for run_command that may be thrown Error.
**Describe the bug** Unable to install avocado-framework-plugin-varianter-yaml-to-mux plugin. [root@fvtlpar3 ~]# pip3 install --user avocado-framework WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install...
Gmail Plugin for Avocado allows results to be sent to any email. The Origin email though at this time has to come from a google account due to using App...
**Is your feature request related to a problem? Please describe.** The `exec-test` test type allows users to run an executable given by absolute path, or more commonly by relative path....
Added exception handling for OSError that may be thrown by os.read
1.Exception message improvement Change the f "Failed getting information about container:" f "{container_id}." that concatenates two strings together to a single string to avoid unnecessary string concatenation 2.Replace container ["Id"]...
Use a dictionary to store escaped characters and their corresponding escape forms. If you need to add new escape characters later, just add them to the dictionary
Call `python setup.py` directly is deprecated, to modernize this project, let's introduce pyproject.toml, it supports more features. For compatibility with the past, keep setup.py in present. Signed-off-by: Yihuang Yu
**Is your feature request related to a problem? Please describe.** The identifier of runnables (and thus tasks) currently from the `runner.identifier_format` configuration. While it's possible to do something like: ```json...
**Is your feature request related to a problem? Please describe.** In issue #5945 and related PR #5946 we have discovered that `os.access` is not that robust as we thought and...