-
Hi,
I'm starting to use pytest-bdd, which seems a very interesting plugin ! But I'm experiencing some troubles with the fixtures returned by the given steps.
I have the following feature :
``` gher…
k4nar updated
10 years ago
-
Awful quiet in here.
-
I had the same setup working in an existing project, but in a new one I'm working on from scrtach BDD style, I get this error message,
``` bash
==================================== ERRORS ===========…
ghost updated
10 years ago
-
After upgrading from 1.0.3 -> 1.1.0, I get the following issue, when using PhantomJS:
```
mx/webapp/tests/acceptance/test_foo.py:34:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _…
-
It works fine if defined in the test file itself; but not if it is defined, say, in conftest.py.
-
Is this possible?
-
If I noticed this correctly, there is currently no support for Gherkin's background keywords. Is this a design decision, or is it just not implemented yet?
You can read up on background keywords here…
-
Readthedocs complains
Running Sphinx v1.1.3
Sphinx Standard Error
Exception occurred:
File "/var/build/user_builds/pytest-bdd/checkouts/latest/docs/conf.py", line 51, in
version = pytest_bdd.*…
-
I need to run my tests with xdist's --boxed feature.
there is a big difference in coverage compared to running unboxed:
- unboxed: 93.48 %
- boxed: 26.93 %
35 % of all modules are completely uncovere…
-
I am just experimenting with pytest-splinter, and have already used the following method before:
```
@pytest.yield_fixture(scope='function', …)
def browser(request, live_server):
# …
failed_…