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: ...