-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Labels
task:improvementChange that improves some user experience but can't be considered a new featureChange that improves some user experience but can't be considered a new featuretheme:core
Description
I'm submitting a ...
- bug report
What is the current behavior?
VSCode gives an error when using allure.step() as a context:

Adding overload functions for allure.step() should fix this...
_TFunc = TypeVar("_TFunc", bound=Callable[..., Any])
@overload
def step(title: _TFunc) -> _TFunc: ...
@overload
def step(title: Any) -> StepContext: ...
Please tell us about your environment:
- Allure adaptor: [email protected]
rafaelcs, filok94, DJSdev, wfrr, HexHummingbird and 1 moreanci3ntr0ck
Metadata
Metadata
Assignees
Labels
task:improvementChange that improves some user experience but can't be considered a new featureChange that improves some user experience but can't be considered a new featuretheme:core