Files
protocol/python-packages/contract_wrappers/stubs/pytest/__init__.pyi
2019-03-25 19:25:41 -04:00

9 lines
159 B
Python

from typing import Callable
def fixture(scope: str) -> Callable:
...
class ExceptionInfo:
...
def raises(exception: Exception) -> ExceptionInfo: ...