Unit Testing and Test Driven Development in Python

所在平台: Udemy

课程主页: https://www.udemy.com/course/unit-testing-and-tdd-in-python/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Python中的单元测试和测试驱动开发 课程概述:测试驱动开发是每位软件开发人员都应该实践的关键学科,以确保代码的质量。在本课程中,我将向您展示如何在日常编码实践中使用这一学科,以帮助确保代码库的质量。课程内容包括:单元测试和测试驱动开发的定义及其帮助;PyTest测试库的使用及编写Python单元测试的方法;如何设置常见的Python开发环境以使用PyTest;测试替身的概念及如何使用unittest.mock来实现和使用测试替身;单元测试和测试驱动开发的一些最佳实践。此外,我们还将通过一些实际的编程示例来演示如何在Python中使用TDD。

课程评论(0条)

课程详情

Test Driven Development is a key discipline every software developer should practice to ensure the quality of their code. In this course I'll show you how to use this discipline in your everyday coding practices to help ensure the quality of your code base. In this course we'll be going over:What is Unit Testing and Test Driven Development and how does it help you.What is the PyTest testing library and how is it used for writing unit tests in Python.How to setup some common Python development environments to use PyTest.What are Test Doubles and how do you implement and use them with unittest.mock.What are some Best Practices for unit testing and Test Driven Development.We'll also walk through some hands on example programming sessions using TDD in Python.

课程标签

0人关注该课程

主题相关的课程