Topics


Pages

  • Nose

    Python package. Uses unittest-style tests. More advanced than PyTest and it recommends PyTest for starting out.

  • PyTest

    Python package. Great for getting into testing. Uses functions. Uses its own form of tests.

  • Unittest

    Python builtin.


Content

See Getting started with testing in Python on RealPython.