-
Python 3.11 is [planned for](https://peps.python.org/pep-0664/) October 3rd, and the first beta will be released soon (May 6th). Thus, I made a first attempt at running the tests on 3.11.0a7:
- de0…
-
Use https://github.com/pytest-dev/pytest-bdd to write scenarios wich :+1:
* Start Tracim with docker
* Initialize Tracim as expected (using its API)
* make the tests and checks
-
If I click the Create Drawing button after loading this [untitled.ifc](https://github.com/IfcOpenShell/IfcOpenShell/issues/1153#issuecomment-1105876816) file, I get this error:
```
Error: Python: …
-
Hi, I would like to implement Gherkin/BDD highlighting on VS Code. But I am new to robotframework-lsp.
Can someone help me get started?
(there is also issue #353 requesting BDD highlighting for …
-
This issue is a placeholder to gather feedback from users about the new `--import-mode=importlib` introduced in pytest 6.0.
It is our intention to change the default to `importlib` in future versio…
-
Fedora Linux is testing pytest 7.0.0rc1 with existing Python packages, and this revealed some new test failures in `pytest-bdd` with pytest 7. These were bisected to https://github.com/pytest-dev/pyte…
-
### Version of this library.
unicorn_fy: 0.12.2
unicorn_binance_local_depth_cache: not found
unicorn_binance_rest_api: 1.4.3
unicorn_binance_trailing_stop_loss: not found
unicorn_binance_websoc…
-
I don't know if this has changed recently but it seems in some cases using -v makes the output *less* verbose...
```
def test_verbosity():
s = [{'SKU': '12345678', 'Name': 'Linda', 'Descripti…
-
https://pypi.org/project/pytest-bdd/
The documentation suggests that you can use multiple 'given' texts with a single target fixture:
```python
@given("I have an article")
@given("there's an a…
-
Firstly, awesome tool thank you!
[`Pytest-bdd`](https://github.com/pytest-dev/pytest-bdd) and [`behave`](https://github.com/behave/behave) enable python based projects to adopt Gherkin/Cucumber tes…