Path to this page:
./
devel/py-test-lazy-fixtures,
Allows you to use fixtures in @pytest.mark.parametrize
Branch: CURRENT,
Version: 1.1.1,
Package name: py312-test-lazy-fixtures-1.1.1,
Maintainer: pkgsrc-usersUse your fixtures in @pytest.mark.parametrize.
Improvements that have been made in this project:
* You can use fixtures in any data structures
* You can access the attributes of fixtures
* You can use functions in fixtures
Master sites:
Filesize: 6.814 KB
Version history: (Expand)
- (2024-12-30) Updated to version: py312-test-lazy-fixtures-1.1.1
- (2024-02-21) Package added to pkgsrc.se, version py311-test-lazy-fixtures-1.0.5 (created)
CVS history: (Expand)
2024-12-30 15:41:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-lazy-fixtures: updated to 1.1.1
1.1.1
ci-test.yml: Upload coverage to Codecov uses: codecov/codecov-action@v4
Fix parametrized lazy fixture with pytest 7
1.1.0
Remove monkeypatch pytest namespace
Keep GitHub Actions up to date with GitHub's Dependabot
Load lazy fixtures for dict keys
Bump the github-actions group with 3 updates
|
2024-02-21 13:26:09 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-test-lazy-fixtures: fix PKGNAME
|
2024-02-21 13:20:56 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-test-lazy-fixtures: added version 1.0.5
Use your fixtures in @pytest.mark.parametrize.
Improvements that have been made in this project:
* You can use fixtures in any data structures
* You can access the attributes of fixtures
* You can use functions in fixtures
|