Gist of code I used in this video - gist.github.com/pknowledge/1f91f96145189d08c61fb76dc99694ae
@shivamkumraa6 жыл бұрын
Hey can you do QNA video about yourself ?
@dragonrider88664 жыл бұрын
No kidding, I stared at the documentation for days and couldn't understand where to use fixtures and how, but your video is simple, clear and gets to the point! Thanks so much
@nunzioruffo3645 Жыл бұрын
It also happened to me, I think pytest documentation is not easy to understand
@bryan_hiebert5 жыл бұрын
Really nice run through of the pytest basics!
@Vbnklabj3 жыл бұрын
thank you so much for this video! I spent several hours trying to comprehend this whole thing and you totally clarified everythng in less than 20 min
@ssheel Жыл бұрын
You explained very well the PyTest module i liked it
@মোঃআনন্দমিয়া5 жыл бұрын
ধন্যবাদ, ভিডিও গুলো অনেক হেল্পফুল হয়েছে ।।
@MrWardo20096 жыл бұрын
Thanks for doing this video!
@momilijaz2713 жыл бұрын
Great series!!
@annazaitseva62133 жыл бұрын
I love it! Thank you!
@shrishtychandra20034 жыл бұрын
good video. thanks
@techbhanucomputer43894 жыл бұрын
sir, can we still unit test that a function does a functioning but dus not have a return value? can we unit test them? if so, how because i can't figurr out a logic for that.
@williamwei7899 Жыл бұрын
thanks soooo much
@daleksupreme9224 жыл бұрын
A direct question and a problem I can't resolve or get a straight answer to. I am forced to use pytest at work. I want to hare a common url for all tests. I know in normal Python to but that in an init in a Base class. Works fine. Since pytest throws a temper tantrum when I have an __init__ where do I put it in pytest?
@Sunshine_Shorts5 жыл бұрын
Good video
@swetadipti4065 жыл бұрын
Dear Sir , When I have written the same program and run that program , then it is showing that StudentDB object has no attribute connect. How can this error be solved?
@MrSapalamut5 жыл бұрын
Hey Sweta, it's because you have wrong indentation, so if you select everything after class StudentDB: and make a Tab your code should be working fine :) cheers!
@chennaramana98936 жыл бұрын
could you please tell how to download python with tkinter for windows