Repository URL to install this package:
|
Version:
7.1.1 ▾
|
import pytest
class TestClass:
@pytest.fixture
def something(self, request):
return request.instance
def test_method(self, something):
assert something is self