Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Python Testing for Beginners 2022

    Posted By: ELK1nG
    Python Testing for Beginners 2022

    Python Testing for Beginners 2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 327 MB | Duration: 1h 5m

    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