DebugClients/Python/coverage/__main__.py

Sat, 30 Mar 2019 14:20:29 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 30 Mar 2019 14:20:29 +0100
changeset 6908
a56b500d7d2d
parent 5178
878ce843ca9f
permissions
-rw-r--r--

UnittestDialog: added a message for the situation, where discovery results are present but none are selected when Start is pressed and added the capability to open the source file by double clicking a discovery entry.

# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt

"""Coverage.py's main entry point."""

import sys
from coverage.cmdline import main
sys.exit(main())

eric ide

mercurial