Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify language of proposal for fixtures parameters #2893

Merged
merged 2 commits into from
Nov 4, 2017
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions changelog/2893.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify language of proposal for fixtures parameters
15 changes: 10 additions & 5 deletions doc/en/proposals/parametrize_with_fixtures.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
:orphan:

=========================
Parametrize with fixtures
=========================
===================================
PROPOSAL: Parametrize with fixtures
===================================

.. warning::

This document outlines a proposal around using fixtures as input
of parametrized tests or fixtures.

Problem
-------
Expand Down Expand Up @@ -108,8 +113,8 @@ the following values.
Alternative approach
--------------------

A new helper function named ``fixture_request`` tells pytest to yield all
parameters of a fixture.
A new helper function named ``fixture_request`` would tell pytest to yield
all parameters marked as a fixture.

.. code-block:: python

Expand Down