You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/development/testing.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ framework since :ref:`rfc-72`.
133
133
Test cases should be written in a way where they are independent from other
134
134
ones, so they can potentially be run in a isolated way or in parallel of other
135
135
test cases. In particular temporary files should be created with a name that
136
-
cannot conflict with other tests: preferably use pytest's ```tmp_path`` fixture <https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html#the-tmp-path-fixture>`__.
136
+
cannot conflict with other tests: preferably use pytest's ``tmp_path`` fixture <https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html#the-tmp-path-fixture>`__.
137
137
138
138
Use ``@pytest.mark.require_driver(driver_name)`` as an annotation for a test
139
139
case that requires an optional driver to be present.
0 commit comments