nosetests-3.4 (1) Linux Manual Page
nosetests – Nicer testing for Python Nicer Testing For PythonSynopsisnosetests [options] [names] Descriptionnose 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) will be collected as…
