Re: [pytest-dev] Data driven testing using pytest

2014-06-04 Thread Berthold Höllmann
Anshul Gupta writes: > Hi, > > I am new to the pytest and still exploring it. I have been searching > extensively for data driven testing modules provided by pytest but could not > find anything substantial for it. I did came across that using parametrize > it can be done but when I am trying

[pytest-dev] Data driven testing using pytest

2014-06-02 Thread Anshul Gupta
Hi, I am new to the pytest and still exploring it. I have been searching extensively for data driven testing modules provided by pytest but could not find anything substantial for it. I did came across that using parametrize it can be done but when I am trying to pass data from fixture to the