pytest-bdd icon indicating copy to clipboard operation
pytest-bdd copied to clipboard

BDD library for the py.test runner

Results 165 pytest-bdd issues
Sort by recently updated
recently updated
newest added
trafficstars

Running below test: ``` pytest -k 'test_parametrized' --gherkin-terminal-reporter --gherkin-terminal-reporter-expanded ``` Raises following error: ``` Feature: Scenario: Parametrized given, when, thens INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/Users/milosz.sliwinski/.virtualenvs/pytest-bdd/lib/python2.7/site-packages/_pytest/main.py", line...

I keep getting this error from pytest-django: ``` Failed: Database access not allowed, use the "django_db" mark, or the "db" or "transactional_db" fixtures to enable it. ``` However, I don't...

I tried to combine pytest parametrization, scenario outline and example table but it failed due to ScenarioExamplesNotValidError: Scenario "Outlined given, when, thens" in the feature "/home/smacs/workspace/next-battery/src/main/python/parametrized_with_examples.feature" has not valid examples....

Cucumber runs scenarios in a `world`, and different worlds can be created that execute the steps differently, depending on the world. For example, a `Web UI` world could execute a...

This might be a pytest core issue as well, but I'm not sure - all my other plugins work fine, and I can't imagine `pytest-bdd` is the only one with...