Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ type or a Provider; the generated fixture resolves it through
Walk each ``Group`` subclass in ``groups`` and inject one pytest fixture per
Provider class attribute into the caller's module. Fixture names equal the
class-attribute names. Non-Provider class attributes are skipped. A duplicate
attribute name across groups raises ``ValueError``. Pass ``module=``
explicitly when stack introspection cannot identify the caller.
attribute name across groups raises ``ValueError``, and calling it with no
groups raises ``TypeError``. Pass ``module=`` explicitly when stack
introspection cannot identify the caller.

## 📦 [PyPI](https://pypi.org/project/modern-di-pytest)

Expand Down