Miloš Prchlík

Results 416 comments of Miloš Prchlík

Ah, I see. Sorry, I *did* search for already existing issues, but I failed to find this one :/ We can wait, it's not a critical issue for us -...

> ... or I can imagine something underscoder, to avoid confusion user data and TMT will then ignore validation these attributes, like: `_mark_as_leaf: True` and in TMT there could be...

> I'm here with @lukaszachy. The current behavior is not changed, only the invalid combinations (e.g. list+non-list which are now tracebacking) would be interpreted in a different way. So this...

Summary from today's hacking meeting: # Order of the evaluation * The adjust rules would have to be defined in the right order so that the added context dimension is...

One quick note: `|` is supported from Python 3.10. I don’t know about other users, but at least tmt would still support Python 3.9. Therefore you might need to use...

> Should add mypy to the CI in this PR Absolutely, you can copy the section from tmt's pre-commit configuration, it served there well.

If you mean for the content of fmf files, then such a functionality would require from fmf library to be aware of the schema fmf data must follow, and that's...

I see. Well, as I said, it will not be a trivial effort, just moving those two pieces of code into `fmf` package will not be enough. The workflow I...

Indeed, WRT test framework https://github.com/teemtee/tmt/blob/main/tmt/frameworks/__init__.py#L38 (https://tmt.readthedocs.io/en/stable/code/autodocs/tmt.frameworks.html#tmt.frameworks.TestFramework) and e.g. https://github.com/teemtee/tmt/blob/main/tmt/frameworks/shell.py WRT prepare plugin, any would work as an example, e.g. https://github.com/teemtee/tmt/blob/main/tmt/steps/prepare/shell.py

> I have added the `ModuleImporter`, moved the linking to a separate module and while the unit tests are passing, I am unable to resolve some of the failures in...