mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-03 10:43:26 +08:00
7 lines
110 B
Python
7 lines
110 B
Python
# Exists only for completion/pytest.py
|
|
import pytest
|
|
|
|
@pytest.fixture
|
|
def my_module_fixture():
|
|
return 1.0
|