fix mock_timing fixture name (typo) in timing.py
This commit is contained in:
parent
d59a4996ae
commit
b310872300
|
@ -3,7 +3,7 @@
|
|||
We intentionally grab some "time" functions internally to avoid tests mocking "time" to affect
|
||||
pytest runtime information (issue #185).
|
||||
|
||||
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.
|
||||
"""
|
||||
from time import perf_counter
|
||||
from time import sleep
|
||||
|
|
Loading…
Reference in New Issue