0
Pytest framework
Which app to use to get familiar with it?
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.