-
### Summary of problem
`pytest` fails (even without `--ddtrace`) with Python versions 3.10, 3.11, and 3.12, with `
```
E ImportWarning: _ImportHookChainedLoader.exec_module() not found; falling…
-
Hi all,
I am having troubles in finding docs/examples of those custom hooks such as pytest_bdd_before_scenario .... Tried google and readthedocs and nothing is found. I wondered if I missed anything.…
chfw updated
11 months ago
-
I have bdd tests and trying to use `pytest --testmon` from https://pypi.org/project/pytest-testmon/
But it fails with
```
❯ pytest --testmon …
-
## User Story
In order to store our records during test runs, data.gov wants to setup an external testing service to mirror S3 in development using a Docker container.
## Acceptance Criteria
…
-
### BACKGROUND:
I am exploring the possibility to use this framework for my scalability checking on my project.
### DETAILS:
let's say I have these 2 feature file, which are checking differ…
-
## User Story
In order to ensure observability into our Harvesting 2.0 pipeline, data.gov wants a Controller module that orchestrates the harvesting sub-processes.
## Acceptance Criteria
[ACs…
-
Not sure what causes it but occasionally (not every time but always when run many tests) I get this kind of errors running pytests on Blender 4.0 / Windows 11. Didn't have that issue on Blender 3.6 (j…
-
I get some text from target page and want to display this value on report.
I've use testNG before it use command like Report.log("reportTest")
But, I can't any think like that on Manual.
-
As reported by others, the fact that fixture can exist magically is confusing for many users unfamiliar with pytest and it can be gruesome to track in larger projects with many fixtures.
Since type…
sodul updated
10 months ago
-
Note this is a bug report, but the built-in dialog for bug reports was broken.
# Behaviour
## Expected vs. Actual
Tests used to run when I clicked the play button in the test explorer but som…