Python Forum
Unit testing and Test Driven Development with Pytest
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unit testing and Test Driven Development with Pytest
#1
Hi,

I wrote a series of articles about unit testing and test driven development explaining it for the beginner programmers on my blog.

See if you can benefit from it as well.

Subjects in the series:
  • What is unit testing and why to use it
  • How to isolate objects properly using Mocks
  • How to test only through the use of the interface and not bind yourself to the current implementation
  • How to avoid writing redundant tests
  • What is test driven development and why to use it
  • How are different types of messages tested
  • How to test custom exceptions

Half the code examples are in classic unit testing approach and the other half in test driven development way.

The first article is here:

http://tomasz-kluczkowski.com/unit-testi...se-part-1/

Take care,

Tomasz
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting stared with unit tests in Python jdjeffers 0 2,234 Oct-15-2018, 03:40 PM
Last Post: jdjeffers

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020