Get startedGet started for free

Congratulations!

1. Congratulations!

Congratulations on completing the course! Let's quickly recap all that we learned.

2. Chapter 1 - Creating tests with pytest

In the first chapter, we started creating tests with pytest. That included a quick introduction to testing, pytest library, pytest CLI, and test markers in pytest.

3. Chapter 2 - Pytest fixtures

In the second chapter, we learned about fixtures in pytest. We defined fixtures and learned why we needed them. Then we learned how to use them with chain requests, the autouse argument, and teardown.

4. Chapter 3 - Basic Testing Types

In chapter three, we got familiar with the testing type concepts such as unit testing, feature testing, integration testing, and performance testing.

5. Chapter 4 - Writing tests with unittest

Finally, in the fourth chapter, we learned about the built-in Python testing framework - unittest. After a quick introduction, we discovered how to run it with CLI. Then we learned how to use fixtures in unittest. In the end, we analyzed and implemented practical examples.

6. Congratulations!

Thank you for completing the course, and good luck with your own tests!