mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +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
|