Source code
Revision control
Copy as Markdown
Other Tools
# mypy: allow-untyped-defs
import pytest
@pytest.fixture
def spam(spam):
return spam * 2
# mypy: allow-untyped-defs
import pytest
@pytest.fixture
def spam(spam):
return spam * 2