pytest-bdd
pytest-bdd copied to clipboard
Steps which names start with `test*` are treated as tests and started during test execution
This happened for pytest-bdd test steps. They have been renamed to avoid that: https://github.com/pytest-dev/pytest-bdd/pull/292
Fixed by #292
We renamed pytest-bdd steps in tests to make them pass but the issue itself hasn't been fixed.
So still if steps names will start with test*
, they are treated as tests.
Pfff sorry brain fart. Reopening the issue.