-
I have the following given decorator for a scenario outline with examples.
@given("I have a product with price ", converters=dict(base_price=int))
Inside the function, the converter hasn't run on ba…
-
Originally reported by: **Thomas Tanner (BitBucket: [ttanner](http://bitbucket.org/ttanner), GitHub: [ttanner](http://github.com/ttanner))**
---
Unrelated multiline comments are shown in the source …
-
Originally reported by: **Mantas Zilinskis (BitBucket: [montiniz](http://bitbucket.org/montiniz), GitHub: [montiniz](http://github.com/montiniz))**
---
i just started using pytest for my django proj…
-
If you just leave off the `@` symbol, it works as expected. The docs (wrongly) suggest that you can use the cucumber tag with that at symbol:
https://github.com/pytest-dev/pytest-bdd/blob/master/READ…
-
What kind of stuff can be done inside the function:
```
@scenario(...)
def test_001():
# What kind of stuff can be done here?
pass
```
-
Can we make a class implement a scenario? Then common steps can be in a base class.
Your docs don't explicitly say one way or the other.
-
-
A checkout of the current github code, on linux, Python 2.7.9, splinter-0.7.2
pytest-2.7.0 using firefox 37.0.2 fails the tests with:
```
=================================== FAILURES ===============…
-
Originally reported by: **Thomas Tanner (BitBucket: [ttanner](http://bitbucket.org/ttanner), GitHub: [ttanner](http://github.com/ttanner))**
---
Tested with both version 2.6.0 and 2.6.1. Both fail:
…
-
Try if existing pytest framework on gittip can work without or little extra work with pytest-bdd and possible pytest-bdd-splinter.