This document is about the usage of the py.test testing tool. There is also document describing the implementation and the extending of py.test. 1 starting point: py.test command line tool We presume you have done an installation as per the download page after which you should be able to execute the 'py.test' tool from a command line shell. py.test is the command line tool to run tests. You can