Summary
Keywords
Full Transcript
We are going to discuss python unit testing in this tutorial. We will see python’s testing frameworks for automated test, how to install pytest using pip, unit test coding, assert statement in unit test and what is”-v” command. Topics that are covered in this Python Video: 0:00 Overview 0:19 Python's testing frameworks for automated test 1:12 Install pytest using pip 3:31 Unit test coding 4:50 Assert statement in unit test 7:18 What is "-v" command Code for custom markers: https://github.com/codebasics/py/blob/master/unittesting_pytest/custom_markers/ Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. Next Video: Python unit testing - skip/selectively run tests in pytest: https://www.youtube.com/watch?v=nv9zw454bEk&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=36 Website: https://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub
