Cleber Rosa

Results 72 issues of Cleber Rosa

**Is your feature request related to a problem? Please describe.** The eventual migration to the autils repository requires the version on `avocado.utils.*` to be marked as `maintainer-wanted` as per the...

enhancement

The test uses functionality that is only available if the HTML plugin is available, so it should be skipped otherwise. Signed-off-by: Cleber Rosa

**Describe the bug** Avocado does not handle "could not import module" errors very gracefully, with error messages that are quite cryptic. **Steps to reproduce** Write a valid `avocado-instrumented` test, but...

bug
triage

This contains a collection of improvements to the Podman spawner, including: * the ability to deploy Avocado without extra copy operations * avoidance of multiple container creation/execution to get Python...

The `--nrunner-$option`s made sense when the old runner was available. Nowadays, it's just more typing and confusion to users. Also, this renames the `Runner` interface and `--test-runner` option to `SuiteRunner`...

**Describe the bug** A silent failure while pushing packages to PyPI was observed while running the release workflow for version 97.0: https://github.com/avocado-framework/avocado/runs/6576658389?check_suite_focus=true#step:12:79 ``` Uploading avocado_framework-97.0-py3-none-any.whl 25l 0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/439.9 kB...

bug
triage

**Describe the bug** The `selftests/safeloader.sh` uses the standard Python unittest code to find tests, and then compares it with its own "safeloader" result. Under some specific environments, the Python `unittest.loader`...

bug
triage

This introduces a port of `selftests/unit/test_loader.py` to cover the resolver. The idea is to have simultaneous coverage until the removal of the loader code.

This fixes a few issues with the SPEC file, and brings it closer to the downstream (Fedora and EPEL) versions.

**Is your feature request related to a problem? Please describe.** The `nrunner` based architecture is already the default for Avocado, but the legacy runner and loader code needs to be...

epic