-
[//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allur…
-
Hi Team,
I have updated pytest-bdd to version 5.0.0, as suggested in the [https://pytest-bdd.readthedocs.io/en/stable/#migration-of-your-tests-from-versions-4-x-x]I have changed the way we call sce…
-
Apparently, this is the only pytest plugin with an underscore in its name, rather than a dash. I searched [here](https://docs.pytest.org/en/7.0.x/reference/plugin_list.html) for `pytest_` and found no…
-
`pants test` triggers pytest on a per-file basis. This has different behavior compared to running `pytest ` because each pytest session only knows the single test file. This results in:
- the pytest …
kerys updated
2 years ago
-
Hello,
First I would like to thank all the maintainers for working on this project, it has been very helpful for our organization, thank you.
I am playing with adding intermediate decorators and…
-
After #534, with this `conftest.py`:
```python
import pytest_bdd as bdd
import pytest
@pytest.fixture
def value():
return []
@bdd.when(bdd.parsers.parse("I have a {thing} thing"))
de…
-
## Summary
Gherkin parser doesn't interpolate parameters on background level, so hard to write tests in a DRY manner
## Current Behavior
When I execute the next python code (gherkin-official=…
-
**Please check the FAQ documentation before raising an issue**
**Describe the bug (__required__)**
___________________________________________________________________________________________…
-
There is typo with order of arguments in example on the following page, so the example does not work properly:
https://pytest-bdd.readthedocs.io/en/stable/#scenario-outlines
**Test example source:…
-
Why, when I do `pytest -n=12` does it look like I have so many workers ?
I am I misunderstanding something, I thought it would be 12 worker processes.
(I have 8 threads on the CPU, is there somethin…