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 6ae49cc commit 3f601d1Copy full SHA for 3f601d1
.github/instructions/tests.instructions.md
@@ -0,0 +1,9 @@
1
+---
2
+applyTo: tests/**/*.py
3
4
+
5
+# Testing Guidelines
6
7
+- Instead of writing new tests, existing tests should ideally be parametrized using `@pytest.mark.parametrize`
8
+ unless the parametrization is impractical, e.g. by adding more parameters
9
+- Tests should not use docstrings unless they are _very_ complex
0 commit comments