[Free] 2020 - Python 3 Unit Test For Beginners
Python 3 Unit test for Beginners – Free Course
What you’ll learn
- What is PyTest
- Why use PyTest
- How to install PyTest
- Basic PyTest
- Using PyCharm for PyTest
Requirements
- Have a basic knowledge of python
Description
Why use PyTest?
Some of the advantages of pytest are
-
Very easy to start with because of its simple and easy syntax.
-
Can run tests in parallel.
-
Can run a specific test or a subset of tests
-
Automatically detect tests
-
Skip tests
-
Open source
In this course, you will learn:
-
What is PyTest?
-
Why use PyTest?
-
How to install PyTest
-
Basic PyTest
-
Using Pycharm for PyTest