• 1.1.1 d050a94272

    Kiriruso released this 2024-11-15 13:12:17 +00:00 | 0 commits to master since this release

    • Added ability to pass any parameters to params keyword in pytest.fixture, except:
    1. params=<callable object>, but params=[<callable object>, ...] is allowed
    2. params=[*<any collection>]
    • Analysis of pytest_generate_tests is almost equivalent to regular fixtures, except:
    1. metafunc.parametrize(*<any collection>, **<any dict>)
    2. metafunc.parametrize("any", <callable object>)
    3. metafunc.parametrize("any1, any2", [(<callable object>, [*<any collection>])]
    Downloads
  • 1.1.0 cd41eb5d03

    Kiriruso released this 2024-09-02 08:48:21 +00:00 | 1 commits to master since this release

    Added support for plugins using two new flags:

    • --plugins - regex patterns that plugins must match.
    • --files - paths to files with fixtures.

    The search for plugins is performed one level higher from the root directory with tests according to the specified regex pattern. Additionally, the ability to transfer the full path to the file with plugin fixtures has been added.

    Downloads
  • 1.0.1 65fab7f1c5

    Kiriruso released this 2024-08-20 15:34:06 +00:00 | 2 commits to master since this release

    Hotfix: fixture lookup in pytest_generate_tests has been changed

    Downloads
  • 1.0.0 f7b790b93a

    Raspberry Stable

    Kiriruso released this 2024-08-20 13:50:04 +00:00 | 3 commits to master since this release

    The first version of allure-validator that can analyze allure.title and report.title for uniqueness and presence of required module parameters.

    Features:

    • ✔️ Supports pre-commit hook
    • Does not support pytest plugins
    Downloads