parent
20f1c95be2
commit
a31da96ab8
|
@ -17,7 +17,7 @@ pytest fixtures: explicit, modular, scalable
|
||||||
|
|
||||||
`Software test fixtures`_ initialize test functions. They provide a
|
`Software test fixtures`_ initialize test functions. They provide a
|
||||||
fixed baseline so that tests execute reliably and produce consistent,
|
fixed baseline so that tests execute reliably and produce consistent,
|
||||||
repeatable, results. Initialization may setup services, state, or
|
repeatable results. Initialization may setup services, state, or
|
||||||
other operating environments. These are accessed by test functions
|
other operating environments. These are accessed by test functions
|
||||||
through arguments; for each fixture used by a test function there is
|
through arguments; for each fixture used by a test function there is
|
||||||
typically a parameter (named after the fixture) in the test function's
|
typically a parameter (named after the fixture) in the test function's
|
||||||
|
|
Loading…
Reference in New Issue