Is PyUnit the same as Unittest?

Is PyUnit the same as Unittest?

PyUnit is a unit testing framework that is built into the Python standard library. It was created by Kent Beck, who also created the best-known object-oriented programming language: Java. Unittest is a unit test framework for Python written and maintained by the team at Google. Although PyUnit and Unittest are similar in functionality, they both have their own strengths and weaknesses.