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 d278062 + b310872 commit 70823daCopy full SHA for 70823da
src/_pytest/timing.py
@@ -3,7 +3,7 @@
3
We intentionally grab some "time" functions internally to avoid tests mocking "time" to affect
4
pytest runtime information (issue #185).
5
6
-Fixture "mock_timinig" also interacts with this module for pytest's own tests.
+Fixture "mock_timing" also interacts with this module for pytest's own tests.
7
"""
8
from time import perf_counter
9
from time import sleep
0 commit comments