Re: [Tutor] Pytest help :p:

2015-07-07 Thread Thomas C. Hicks
On 07/07/2015 06:58 PM, Alan Gauld wrote: The best place to ask for help on any 3rd party package is on the package's own support forum/list. Py.test has several options: https://pytest.org/latest/contact.html The Testing In Python mailing

Re: [Tutor] Pytest help

2015-07-07 Thread Alan Gauld
On 07/07/15 03:16, Sahil Chauhan wrote: Hi, I am trying to use py.test for writing some selenium webdriver tests. I wrote my first test and pytest is deselecting that test even though I didn't mark any test. How can I resolve this issue? Is there some default setting used by py.test, The be

Re: [Tutor] Pytest help

2015-07-07 Thread Mark Lawrence
On 07/07/2015 03:16, Sahil Chauhan wrote: Hi, I am trying to use py.test for writing some selenium webdriver tests. I wrote my first test and pytest is deselecting that test even though I didn't mark any test. How can I resolve this issue? Is there some default setting used by py.test, (qa)Ma

Re: [Tutor] Pytest help

2015-07-07 Thread Oscar Benjamin
On Tue, 7 Jul 2015 at 09:51 Sahil Chauhan wrote: > Hi, > > I am trying to use py.test for writing some selenium webdriver tests. I > wrote my first test and > pytest is deselecting that test even though I didn't mark any test. > > How can I resolve this issue? Is there some default setting used

[Tutor] Pytest help

2015-07-07 Thread Sahil Chauhan
Hi, I am trying to use py.test for writing some selenium webdriver tests. I wrote my first test and pytest is deselecting that test even though I didn't mark any test. How can I resolve this issue? Is there some default setting used by py.test, (qa)MacBook-Air:$ py.test tests/test_login.py ==