7 lines
112 B
Python
7 lines
112 B
Python
# mypy: allow-untyped-defs
|
|
from __future__ import annotations
|
|
|
|
|
|
def test_mocker(mocker):
|
|
mocker.MagicMock()
|