mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
11 lines
149 B
Python
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
|