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

11 lines
103 B
Plaintext

import pytest
#
@pytest.fixture
def spam():
return 1
def test_sample(spam):
spam.bit_length