# Nose: A Python Testing Framework The testing framework we'll discuss today is called [nose][]. However, there are several other testing frameworks available in most language. Most notably there is [JUnit][] in Java which arguably invented the testing framework. [nose]: https://nose.readthedocs.org/en/latest/ [JUnit]: http://www.junit.org/