Pytest framework | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pytest framework

Which app to use to get familiar with it?

7th Jun 2018, 5:16 AM
Diwakar Jain
Diwakar Jain - avatar
1 Answer
+ 1
Pytest framework is used for testing (small tests as well as complex functional tests) your python code/app. To get familiar with it, 1. First learn about pytest in its official documentation page: https://docs.pytest.org/en/latest/ 2. And then create your own app and test your app using this testing framework.
7th Jun 2018, 5:42 AM
Gopal Gautam
Gopal Gautam - avatar