Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Gist of code I used in this video - gist.github.com/pknowledge/5c4e6ffabfb6d394746d81f03e9eb74c
Very nice tutorial on Pytest. Thanks
Thank you. very informative.
cool video)
Nice. Pls make a video for front and back end programming. One of the great channels here in youtube
Is it necessary to ise prefix test in file name?
nice video
you always amaze me with your videos and some helpful tips
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 helpThanks
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
you can use pyspark module for that purpose
Hi ProgrammingKnowledge, i want complete tutorial on pytest and unittest module in python.Please reply
3:46 It seems that my command prompt doesn't recognize 'pip'
In case you are sure you have pip installed, try running it as pip3 (assuming that you have python3). This did it for me.
Thank you very much! The video is usefull. Now watching it I'am starting to understend what is the PyTest.
when I write pytest it says command not found??I have the latest version of python installed though
i think you need to install pytest library itself.
when I enter pip3 into the terminal it says: error unknown command
At 11:32 why is there written [ 50%] rightmost of test_mathfunc.py::test_add PASSED ? Please reply back.
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
@@ProgrammingKnowledge Thank you for the reply.
Thank you.
thanks its really useful
Python
Gist of code I used in this video - gist.github.com/pknowledge/5c4e6ffabfb6d394746d81f03e9eb74c
Very nice tutorial on Pytest. Thanks
Thank you. very informative.
cool video)
Nice. Pls make a video for front and back end programming. One of the great channels here in youtube
Is it necessary to ise prefix test in file name?
nice video
you always amaze me with your videos and some helpful tips
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
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
you can use pyspark module for that purpose
Hi ProgrammingKnowledge, i want complete tutorial on pytest and unittest module in python.Please reply
3:46 It seems that my command prompt doesn't recognize 'pip'
In case you are sure you have pip installed, try running it as pip3 (assuming that you have python3). This did it for me.
Thank you very much! The video is usefull. Now watching it I'am starting to understend what is the PyTest.
when I write pytest it says command not found??
I have the latest version of python installed though
i think you need to install pytest library itself.
when I enter pip3 into the terminal it says: error unknown command
At 11:32 why is there written [ 50%] rightmost of test_mathfunc.py::test_add PASSED ?
Please reply back.
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
@@ProgrammingKnowledge Thank you for the reply.
Thank you.
thanks its really useful
Python