# Unit Testing in Python

DevFeed: [Unit Testing in Python](<https://devfeed.tech/articles/unit-testing-in-python-40757.md>)

Original publisher: [Read original article](<https://radek.io/posts/unit-testing-in-python/>)

Published: 2011-07-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [Radek Pazdera](<https://devfeed.tech/sources/radek-pazdera.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [Unit testing](<https://devfeed.tech/topics/unit-testing.md>)

Tags: [python](<https://devfeed.tech/tags/python.md>), [testing](<https://devfeed.tech/tags/testing.md>), [unit-testing](<https://devfeed.tech/tags/unit-testing.md>)

## AI overview

A tutorial on unit testing in Python. It introduces Python's built-in unittest framework, explains organizing test files, and discusses nose as a third-party alternative.

## Source excerpt

I build software products and write on the Internet.