Skip to content

Releases: ryangalamb/pytest-funparam

0.3.0

02 Dec 22:15
Compare
Choose a tag to compare
  • Rename Funparam class to FunparamFixture (for use in type annotations)
  • Deprecate _id and _marks keyword arguments in funparam functions
  • Introduce .id() and .marks() methods for adding ids and marks to params
  • Introduce __getitem__ shorthand for .id()

0.2.0

23 Apr 22:34
Compare
Choose a tag to compare
  • expose type hints (via py.typed)
  • prevent calling a funparam function from inside another funparam function

Initial release

13 Feb 03:53
Compare
Choose a tag to compare

The main feature works as documented. Documentation is sparse, and there are still rough edges.

I would use it in my personal projects, but I wouldn't use it at work yet.

See this release on PyPI: https://pypi.org/project/pytest-funparam/0.1.0/