Answer: unittest is a built-in library in Python used for testing Python code. It supports test automation, sharing of setup and shutdown code, aggregation of tests into collections, and more.