We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef283ef commit d91459fCopy full SHA for d91459f
doc/en/fixture.rst
@@ -849,7 +849,7 @@ Running this test will *skip* the invocation of ``data_set`` with value ``2``:
849
Modularity: using fixtures from a fixture function
850
----------------------------------------------------------
851
852
-You can not only use fixtures in test functions but fixture functions
+In additon to using fixtures in test functions, fixture functions
853
can use other fixtures themselves. This contributes to a modular design
854
of your fixtures and allows re-use of framework-specific fixtures across
855
many projects. As a simple example, we can extend the previous example
0 commit comments