-
Sour Strawberry - Patch 1 Stable
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 inpytest.fixture
, except:
params=<callable object>
, butparams=[<callable object>, ...]
is allowedparams=[*<any collection>]
- Analysis of
pytest_generate_tests
is almost equivalent to regular fixtures, except:
metafunc.parametrize(*<any collection>, **<any dict>)
metafunc.parametrize("any", <callable object>)
metafunc.parametrize("any1, any2", [(<callable object>, [*<any collection>])]
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added ability to pass any parameters to
-
Sour Strawberry Stable
released this
2024-09-02 08:48:21 +00:00 | 1 commits to master since this releaseAdded 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Raspberry - Patch 1 Stable
released this
2024-08-20 15:34:06 +00:00 | 2 commits to master since this releaseHotfix: fixture lookup in
pytest_generate_tests
has been changedDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
Raspberry Stable
released this
2024-08-20 13:50:04 +00:00 | 3 commits to master since this releaseThe first version of allure-validator that can analyze
allure.title
andreport.title
for uniqueness and presence of required module parameters.Features:
- ✔️ Supports
pre-commit
hook - ❌ Does not support
pytest
plugins
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- ✔️ Supports