Files
openide/python/testData/testCompletion/test_for_rename.py
2018-07-17 01:32:22 +03:00

11 lines
149 B
Python

import pytest
#
@pytest.fixture
def <caret>my_rename_fixture():
return 1
def test_sample(my_rename_fixture):
my_rename_fixture.bit_length