Unit test framework
shape
unittest
framework. Python's unittest
is based on the xUnit pattern, which is widely adopted in other languages and frameworks (e.g., JUnit in Java, NUnit in C#). It provides a structured way to write and organize tests.