mirror of
https://github.com/AdaCore/e3-core.git
synced 2026-02-12 12:29:08 -08:00
The argnames argument of pytest.mark.parametrize takes a string or a sequence of strings. This MR fix case when multiple parameters are not passed using a tuple. These fixes was made automatically by ruff. See: https://docs.astral.sh/ruff/rules/pytest-parametrize-names-wrong-type/ Ref: it/org/software-supply-chain/production-pipeline/issues#193