Python Tutorial: Unit Testing Your Code with the unittest Module

Python Unit Testing Best Practices on April 2024 Shopping Deals at Bestonio.com

  • Python Testing with pytest: Simple, Rapid, Effective, and Scalable

    • ASIN: 1680502409
    • ISBN: 9781680502404
    • Manufacturer: Pragmatic Bookshelf

    Do less work when testing your Python code, but be just as expressive, just as elegant, and just as readable. The pytest testing framework helps you write tests quickly and keep them readable and maintainable - with no boilerplate code. Using a robust yet simple fixture model, it's just as easy to write small tests with pytest as it is to scale up ... [Read More]

  • Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin Series)

    • ASIN: B001GSTOAM
    • Manufacturer: Prentice Hall

    Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agi... [Read More]

  • Pro Python Best Practices: Debugging, Testing and Maintenance

    • ASIN: 1484222407
    • ISBN: 1484222407
    • Manufacturer: Apress

    Learn software engineering and coding best practices to write Python code right and error free. In this book you’ll see how to properly debug, organize, test, and maintain your code, all of which leads to better, more efficient coding.Software engineering is difficult. Programs of any substantial length are inherently prone to errors of all kinds... [Read More]

  • Mastering Python: Machine Learning, Data Structures, Django, Object Oriented Programming and Software Engineering (Including Programming Interview Questions) [2nd Edition]

    • ASIN: B07JDC79VK

    Unlike some guides that give you just the basics that you need to get started, this book teaches you everything you need to know about using Python including what you can use it for. Python is a diverse language and is the foundation of much of what we use in the world today. Most data applications, many websites and machine learning are all powere... [Read More]

  • Effective Python: 59 Specific Ways to Write Better Python (Effective Software Development Series)

    • ASIN: B00TKGY0GU
    • Manufacturer: Addison-Wesley Professional

    “Each item in Slatkin’s Effective Python teaches a self-contained lesson with its own source code. This makes the book random-access: Items are easy to browse and study in whatever order the reader needs. I will be recommending Effective Python to students as an admirably compact source of mainstream advice on a very broad range of topics for t... [Read More]

  • Modern C++ Programming with Test-Driven Development: Code Better, Sleep Better

    • ASIN: 1937785483
    • ISBN: 1937785483
    • Brand: O'Reilly Media
    • Manufacturer: Pragmatic Bookshelf

    If you program in C++ you've been neglected. Test-driven development (TDD) is a modern software development practice that can dramatically reduce the number of defects in systems, produce more maintainable code, and give you the confidence to change your software to meet changing needs. But C++ programmers have been ignored by those promoting TDD--... [Read More]

  • Django for Beginners: Build websites with Python and Django

    • ASIN: B079ZZLRRL

    A step-by-step guide to building web applications with Python and Django 2.2.Create, test, and deploy 5 progressively more complex websites including a Message Board app, a Blog app with user accounts, and a robust Newspaper app with reader comments and a complete user registration flow.Along the way you'll learn core Django features and best pract... [Read More]

  • Python Tutorial: Unit Testing Your Code with the unittest Module

    Unit Tests in Python || Python Tutorial || Learn Python Programming

    Andrew Knight | Testing is Fun in Python!