-
It's easy to miss the assert statement, and we can do something about it
-
First of all, thanks for a great pytest plugin.
I wonder if there is an easy way to access to ORM Environment like self.env['res.users'] ....
I have searched in pytest_odoo.py file. But I can't find…
-
Is there a way I can execute a code based on a tag inserted at the feature level in my feature file? I have the same working at the scenario level but the requirement is to run once for all scenarios …
-
Trying to collect flaky tests here, in the hope of getting the CI to a "normally green" state again.
I've fixed the usual suspects over the last couple of days (e.g. d8d9311c2e1fe9c3981febe15774aec…
-
## Expected behavior
I'm installing geonode with the Advanced Core documentation for ubuntu-22-04-1lts.
In the "Update settings to use PostgreSQL database" section, there is the code block below:
`…
-
Env:
Pytest 8.1.1
Pytest-bdd 7.1.2
more details
```
============================================================= test session starts ===========================================================…
-
Env:
Pytest 8.2.2
Pytest-bdd 7.2.0
python 3.12.3
When I stack multiple `then` step, of which at least one has parametrization, pytest raises `fixture not found` error.
But, if there is a singl…
-
Certainly! Let's dive into a comprehensive brainstorm on how your code and project can evolve to achieve your goals. We'll explore various ideas, metrics, and improvements that could help you optimize…
-
When I have `foo.feature`:
``` python
Feature: Test
@tag1
@tag2
Scenario: Test
When foo
Then bar
```
and `foo.py`:
``` python
from pytest_bdd import scenarios, when, th…
-
After running all the test cases and exporting the report in cucumberjson format, there is not way a test case can be distinguish scenario or scenario outline
.
Have this example json where both …