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.
2 parents 28b8f3c + d91459f commit be18f85Copy full SHA for be18f85
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