$$
\newcommand{\uex}{{u_{\small\mbox{e}}}}
\newcommand{\tp}{\thinspace .}
$$
Advantages of nose
- Easier to use than other test frameworks
- Tests are written and collected in a compact and structured way
- Large collections of tests, scattered throughout a directory tree
can be executed with one command (
nosetests -s
)
- Nose is a much-adopted standard