Update fixture.rst

removed misplaced comma
This commit is contained in:
PeterBParker 2024-05-22 10:09:05 -05:00 committed by GitHub
parent 20f1c95be2
commit a31da96ab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pytest fixtures: explicit, modular, scalable
`Software test fixtures`_ initialize test functions. They provide a
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
through arguments; for each fixture used by a test function there is
typically a parameter (named after the fixture) in the test function's