• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Phyton Python Testing for Beginners 2022

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
Python-Testing-for-Beginners-2022.jpg


Description

Python Testing for Beginners

Over 1 hour of course material with practice code

Quickly learn learn how to test in Python

Learn the basics of Python testing in this course. From a brief overview of the standard library to using a more modern approach with Pytest, one of the most popular testing libraries in Python. By the end of this week, you should be comfortable working with existing tests, creating new tests, and debugging test failures.

All lessons and videos have accompanying GitHub Repositories with example code.

Reference GitHub Repository

Learning Objectives

In this course you will learn to

    Understand the basics of testing and its importance
    Write and run tests with functions and classes
    Use Pytest for running and creating tests
    Apply different techniques for debugging including PDB and stopping on failure
    Use fixtures to simplify tests that make identical assertions

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top