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.
qmd
1 parent 1edc077 commit 15b6f7bCopy full SHA for 15b6f7b
python/tests.qmd
@@ -160,8 +160,8 @@ test one thing at a time. If you need to test multiple things, write
160
multiple tests.
161
162
::: callout-tip
163
-We won't cover it in this guide, but you can avoid repeating yourself
164
-in tests by using [parameterized
+We won't cover it in this guide, but you can avoid repeating yourself in
+tests by using [parameterized
165
tests](https://docs.pytest.org/en/7.1.x/how-to/parametrize.html) to test
166
multiple inputs and outputs with the same test function.
167
:::
0 commit comments