dude watched your videos from #1 to here. I just wanted to thank you because I was having problems with pytest PATH and was having "pytest is not recognized" problem. now all is good and I can run my tests with no problems. I couldn't even find solution on stackoverflow. I don't comment on videos much but thanks a lot!
@softwaretestingmentor3 жыл бұрын
You're most welcome. Keep watching for more videos.
@TakeCARes2 жыл бұрын
Your way of teaching is better than others like udemy. More concepts are missing in udemy videos of pytest. Now those blank gaps fulfilled by your videos. Thank you so much.
@Shubham-ec8ly8 ай бұрын
Thanks a lot sir your way of teaching is very easy that even beginners like me can understand the concepts easily
@softwaretestingmentor8 ай бұрын
Glad to hear that. Keep watching and sharing.
@SanithMohanCase305 Жыл бұрын
Those who might face issues with changing directory in CMD using cd D:\mypc\extra add /d too so it becomes: cd /d D:\mypc\extra
@DaO-om8ns Жыл бұрын
Sometimes I really believe comments are the best for resolving minor problems. The real example was this comment. Thanks a lot @SanithMohanCase305
@prudhviraj11173 жыл бұрын
thank you for the tutorials it is very helpul to me
@softwaretestingmentor3 жыл бұрын
You are welcome! Keep watching for more videos.
@johnsnow0072 жыл бұрын
❤️ you are great teacher ❤️
@miker883 Жыл бұрын
How can I run the LearnPyTest file using the terminal on a MAC ?
@Rahul-fq9kf3 жыл бұрын
I have a main function that displays a chess board and accepts inputs. How will I test the chess moves and the moves?
@rohithsj50662 жыл бұрын
Good way of teaching but needs a little bit explanation about the particular specific concepts which is so complicated to understand
@Zack-ni3vz3 жыл бұрын
can you show me how to execute py.test in jenkins?
@miker883 Жыл бұрын
HELP. I'm using the verbose command on a MAC terminal but it's not working... python3 -v pytest Thank you !