To be honest, you have been the only person to whom I have understood how pytest works, without your videos I would still be lost, thank you very much, I subscribe and I will continue learning, thank you very much.
@softwaretestingmentor3 жыл бұрын
I'm so glad! Thank you. Manish
@vb9950 Жыл бұрын
Thank you for the letures. Very interesting. Short and concise. Ample number of examples were given and referring to official documentation rather than presentation etc. Wonderful overall.
@softwaretestingmentor Жыл бұрын
Glad it was helpful! Keep watching and sharing.
@christinestockert94223 жыл бұрын
I'm very glad that I found this series. It was just what I was looking for. I love your concept of teaching. Very well done, I learned a lot. Now I will study your Selenium with Python series. :-)
@softwaretestingmentor3 жыл бұрын
Thank you Christine! I am glad my work is helpful. Regards, Manish
@atulsamant8983 жыл бұрын
heart full thanks for creating this wonderful series, eagerly waiting for next video in this nexus
@softwaretestingmentor3 жыл бұрын
Thank you Atul! I am glad my work is helpful. Regards, Manish
@shanukhan-ud9gg3 жыл бұрын
Thanks alot for completing whole series on Pytest :)
@softwaretestingmentor3 жыл бұрын
Few more videos coming soon. Thanks
@shanukhan-ud9gg3 жыл бұрын
It'll be very helpful ☺️
@manigowdas77812 жыл бұрын
Thanks for this series 👏👏
@sumathiraghunathan28539 ай бұрын
thank you
@premrem14672 жыл бұрын
In this session we don't use test method how it is running? in my command prompt it shows collected 0 items
@LiveLikeAButterfly3 жыл бұрын
It would be great, if you could zoom a little bit more.
@the_curious_human22562 жыл бұрын
Getting the error: ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --browser Does anyone know the issue
@RapJunkie Жыл бұрын
This is bcz --browser is already an existing command which takes Chromium or Webkit as arguments. Just try changing the name of command eg. --broser . And it should work fine.
@the_curious_human2256 Жыл бұрын
@@RapJunkiethanks bro
@marq_89762 жыл бұрын
With VScode and GitBash I get: $ python -m pytest --myoption aaaa ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] __main__.py: error: unrecognized arguments: --myoption inifile: None
@the_curious_human22562 жыл бұрын
Was anyone able to resolve this
@RapJunkie Жыл бұрын
You should try performing the same in conftest.py file. It should work fine.