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:
Ran Benita 2020-11-25 12:29:34 +02:00 committed by GitHub
commit 70823da7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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