testing: More restructuring for the Nose source
[swc-testing-nose.git] / testing / nose / README.md
1 # Nose: A Python Testing Framework
2
3 The testing framework we'll discuss today is called [nose][]. However,
4 there are several other testing frameworks available in most
5 language. Most notably there is [JUnit][] in Java which arguably
6 invented the testing framework.
7
8
9 [nose]: https://nose.readthedocs.org/en/latest/
10 [JUnit]: http://www.junit.org/