mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
Fix incorrect fixtures searching in imports. Add test that inspection registers problem only for PyTestFixture. GitOrigin-RevId: de029bb401689f0218e6fce04e64e738a8051fae
7 lines
67 B
Python
7 lines
67 B
Python
import pytest
|
|
from time import time
|
|
|
|
|
|
def test_():
|
|
time.time()
|