nosetests (1) Linux Manual Page
NAME nosetests – Nicer testing for Python NICER TESTING FOR PYTHON SYNOPSIS nosetests [options] [names] DESCRIPTION nose collects tests automatically from python source files, directories and packages found in its working directory (which defaults to the current working directory). Any python source file, directory or package that matches the testMatch regular expression (by default: (?:^|[b_.-])[Tt]est)…
