-
**Please check the FAQ documentation before raising an issue**
**Describe the bug (__required__)**
```
______________________________________________________________________________________…
-
### Summary of problem
ddtrace uses [cattrs-1.1.0 which doesn't support python 2.7, 3.6 ](https://catt.rs/en/latest/history.html#id69):
> Python 2, 3.5 and 3.6 support removal. If you need it,…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the FastAPI documentation, with the i…
-
Running `mypy` against a project that uses `pytest-bdd` would result in errors like this:
```
error: Skipping analyzing "pytest_bdd": module is installed, but missing library stubs or py.typed mar…
-
### 🤔 What's the problem you're trying to solve?
I am trying to use automatic steps definition with Cucumber's extension with pytest as a framework for tests and pytestt-bdd plugin for BDD testing.…
-
Having multiple step aliases with parsing is no longer supported as of pytest-bdd 6.0.0. The error is reproducible by varying the order of the decorators (`@given(...)` in the following example): only…
-
pytest offers a way to hide a method from the traceback generated in case of failure, by setting `__tracebackhide__` to `True` in the method to exclude.
It makes a much tidier output, a bit like wh…
-
Runing the following steps will be quite difficult without a wrapper. We should make ixautomation --run ui-test the wrapper.
```
root@8b46dcb1618e:/mnt/webui/tests/bdd# export DISPLAY=:20
root@8…
-
**Please check the FAQ documentation before raising an issue**
**Describe the bug (__required__)**
```
______________________________________________________________________________________…
-
#### What's the problem this feature will solve?
In case of test failure, pytest currently reports the full back trace, excluding pytest's own functions.
This way to report the back traces works…