[docs] [issue17203] add long option names to unittest discovery docs

Chris Jerdonek report at bugs.python.org
Thu Feb 14 07:47:08 CET 2013


New submission from Chris Jerdonek:

Currently, unittest's discovery command-line documentation:

http://docs.python.org/dev/library/unittest.html#test-discovery

does not include the long option names (--start-directory, --pattern, and --top-level-directory):

http://hg.python.org/cpython/file/0f827775f7b7/Lib/unittest/main.py#l215

This issue is to add those.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 182078
nosy: chris.jerdonek, docs at python, ezio.melotti, michael.foord
priority: normal
severity: normal
stage: needs patch
status: open
title: add long option names to unittest discovery docs
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17203>
_______________________________________


More information about the docs mailing list