[Python-ideas] List available tests without running them

Thomas Allen jsbfox at gmail.com
Sun Aug 31 18:04:30 CEST 2014


I'd like to propose the ability to list all available unit tests
without executing them by providing a specific command line option
(-l/--list for instance).

   python3 -m unittest discover -ls .

would list all tests in current directory.

Motivation & possible implementation:
http://stackoverflow.com/q/24478727/2301450


More information about the Python-ideas mailing list