./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.0.5, Package name: py311-test-lazy-fixtures-1.0.5, 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: 4.872 KB

Version history: (Expand)


CVS history: (Expand)


   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