mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
11 lines
103 B
Plaintext
11 lines
103 B
Plaintext
import pytest
|
|
|
|
#
|
|
@pytest.fixture
|
|
def spam():
|
|
return 1
|
|
|
|
|
|
def test_sample(spam):
|
|
spam.bit_length
|