Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-On Test Driven Development with Python
Rating: 4.0 out of 5(139 ratings)
750 students

Hands-On Test Driven Development with Python

Apply the practices of Test-Driven Development using the PyTest framework to easily create your unit tests
Last updated 6/2018
English

What you'll learn

  • Know how to write better Python code faster using the disciplines of Unit Testing and TDD
  • Use code coverage tools to ensure your unit tests are thoroughly testing all of your production code
  • See the application of Unit Testing and TDD using the PyTest unit testing framework to create your unit tests
  • Set up several popular Python IDEs to run PyTest unit tests and visually show the results in the IDE
  • Get to know the best practices for Unit Testing and TDD and how to apply them
  • Apply an Isolated Test Environment using the unittest mock library to test your production code in isolation
  • Create Python virtual environments to create isolated Python development environments for each of your projects

Course content

5 sections26 lectures2h 18m total length
  • The Course Overview2:16

    This video will give you an overview about the course.

  • Overview of Unit Testing and TDD Practices and How They Help You Write Better C7:40

    This video provides an overview Unit Testing and Test Driven Development.

  • Simple Unit Testing and TDD Coding Session10:17

    In this video, we walk through a simple coding session using Unit TDD.

  • Creating Python Virtual Environments to Help Manage Your Python Projects5:48

    In this video, we will learn what python virtual environments are, learn how they help you manage your python projects, and look at some examples.

  • Setting Up PyTest in PyCharm3:24

    In this video, we will walk through setting up PyTest in the PyCharm Python IDE.

  • Setting Up PyTest in Eclipse3:59

    In this video, we will walk through setting up PyTest in the Eclipse IDE.

Requirements

  • Basic knowledge of Python programming (version 2.7 or 3) is expected.

Description

Do you want to be one of the core developers at your company—the person that everyone wants on their team, and who can deliver new features that work on time? Unit Testing and Test-Driven Development (TDD) are key disciplines that can help you achieve that goal.

In this video tutorial, you’ll learn about the PyTest testing library and how it’s used to write unit tests in Python. You’ll also set up some common Python development environments to use PyTest. You’ll create isolated test environments with Test Doubles and learn how to implement and use them with unittest.mock. Moving on, you’ll get to know some of the best practices in Unit Testing and TDD and get some hands-on experience with programming by implementing unit tests using TDD in Python. 

By the end of this course, you’ll be able to apply the practices of Unit Testing and TDD on a daily basis to radically increase the quality of your code and help you and your company achieve your goals faster than ever before.

About The Author

Richard Wells is a software engineer with over twenty years of experience. He has contributed immensely towards writing codes in Assembly, C, C++, Java, C#, Javascript, and Python. He is also well-informed with the entire software development lifecycle. He has written system requirements, software requirements, use cases, and user stories. He has worked on several difficult projects with tight deadlines and high expectations for quality and because of that, he is an avid practitioner of Agile, Scrum, and Extreme Programming disciplines. He is very much passionate about the process of writing quality software fast.

Who this course is for:

  • This course is for software developers who write code using Python. If you love Python and are passionate about writing high-quality code, then this course is for you.