dotfiles/vscode/.vscode/extensions/ms-python.vscode-pylance-2024.7.1/dist/bundled/stubs/IPython-stubs/conftest.pyi
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

34 lines
726 B
Python

"""
This type stub file was generated by pyright.
"""
import pytest
def pytest_collection_modifyitems(items): # -> None:
"""This function is automatically run by pytest passing all collected test
functions.
We use it to add asyncio marker to all async tests and assert we don't use
test functions that are async generators which wouldn't make sense.
"""
...
def get_ipython():
...
@pytest.fixture(scope='session', autouse=True)
def work_path():
...
def nopage(strng, start=..., screen_lines=..., pager_cmd=...): # -> None:
...
def xsys(self, cmd): # -> None:
"""Replace the default system call with a capturing one for doctest.
"""
...
def inject(): # -> None:
...