Files
Egor.Eliseevandintellij-monorepo-bot 31ede1b27d PY-34498 Add an inspection for pytest fixture that is not passed to test parameters
Fix incorrect fixtures searching in imports. Add test that inspection registers problem only for PyTestFixture.

GitOrigin-RevId: de029bb401689f0218e6fce04e64e738a8051fae
2024-03-05 14:01:54 +00:00

7 lines
67 B
Python

import pytest
from time import time
def test_():
time.time()