DebugClients/Python/coverage/cmdline.py

branch
maintenance
changeset 6693
3629d88ae235
parent 6649
f1b3a73831c9
equal deleted inserted replaced
6647:2a11e1b2dcbe 6693:3629d88ae235
113 "to be run as 'python -m' would run it." 113 "to be run as 'python -m' would run it."
114 ), 114 ),
115 ) 115 )
116 rcfile = optparse.make_option( 116 rcfile = optparse.make_option(
117 '', '--rcfile', action='store', 117 '', '--rcfile', action='store',
118 help="Specify configuration file. Defaults to '.coveragerc'", 118 help=(
119 "Specify configuration file. "
120 "By default '.coveragerc', 'setup.cfg' and 'tox.ini' are tried."
121 ),
119 ) 122 )
120 source = optparse.make_option( 123 source = optparse.make_option(
121 '', '--source', action='store', metavar="SRC1,SRC2,...", 124 '', '--source', action='store', metavar="SRC1,SRC2,...",
122 help="A list of packages or directories of code to be measured.", 125 help="A list of packages or directories of code to be measured.",
123 ) 126 )

eric ide

mercurial