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