./devel/py-test-lazy-fixtures, Allows you to use fixtures in @pytest.mark.parametrize

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.1, Package name: py312-test-lazy-fixtures-1.1.1, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 6.814 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-30 15:41:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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