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