Gist of code I used in this video - gist.github.com/pknowledge/5c4e6ffabfb6d394746d81f03e9eb74c
@mohammadibrahim5429 Жыл бұрын
Very nice tutorial on Pytest. Thanks
@SadhanaNande-zi1ch2 ай бұрын
Thank you. very informative.
@ClevergunsYT6 жыл бұрын
Nice. Pls make a video for front and back end programming. One of the great channels here in youtube
@alextatarkin61545 жыл бұрын
Thank you very much! The video is usefull. Now watching it I'am starting to understend what is the PyTest.
@Travellife88775 жыл бұрын
you always amaze me with your videos and some helpful tips
@TopVideos-pe5xh6 жыл бұрын
nice video
@KwamePaquin Жыл бұрын
cool video)
@mandeepsandhu10705 жыл бұрын
thanks its really useful
@usamaamir25114 жыл бұрын
Is it necessary to ise prefix test in file name?
@ChanceTEK2 жыл бұрын
Thank you.
@extropiantranshuman4 жыл бұрын
3:46 It seems that my command prompt doesn't recognize 'pip'
@aprilbeson20734 жыл бұрын
In case you are sure you have pip installed, try running it as pip3 (assuming that you have python3). This did it for me.
@RohitYadav-jz6xs3 жыл бұрын
Hi thanks for the video. I have installed python for all user. But when i installed pytest it is getting installed in particular . SO i am not able to use pytest feature. how should i solve this issue. need your help Thanks
@ethelyulianatejadarojas3634 жыл бұрын
Nice video Thanks a lot. I would like to know if you can run the test from a third python file instead of the command prompt
@smaxiso3 жыл бұрын
you can use pyspark module for that purpose
@dipankarkaushik52856 жыл бұрын
At 11:32 why is there written [ 50%] rightmost of test_mathfunc.py::test_add PASSED ? Please reply back.
@ProgrammingKnowledge6 жыл бұрын
It's the percentage of test finished. So for two tests 50,100. For three test 33,66,100 . For 4 tests you will see 25,50,75,100 and so on
@dipankarkaushik52856 жыл бұрын
@@ProgrammingKnowledge Thank you for the reply.
@rahulnolakha47845 жыл бұрын
Hi ProgrammingKnowledge, i want complete tutorial on pytest and unittest module in python.Please reply
@masonmarcobello31644 жыл бұрын
when I enter pip3 into the terminal it says: error unknown command
@masonmarcobello31644 жыл бұрын
when I write pytest it says command not found?? I have the latest version of python installed though
@waseem11623 жыл бұрын
i think you need to install pytest library itself.