[issue11791] python -m doctest has a -v flag that it ignores

2011-04-07 Thread Devin Jeanpierre

New submission from Devin Jeanpierre jeanpierr...@gmail.com:

The usage string details a -v option, but python -m doctest doesn't use a -v 
option.

The attached patch adds that.

--
files: doctest_verbosity.diff
keywords: patch
messages: 133195
nosy: Devin Jeanpierre
priority: normal
severity: normal
status: open
title: python -m doctest has a -v flag that it ignores
versions: Python 3.2
Added file: http://bugs.python.org/file21559/doctest_verbosity.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11791
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11791] python -m doctest has a -v flag that it ignores

2011-04-07 Thread Alexander Belopolsky

Alexander Belopolsky belopol...@users.sourceforge.net added the comment:

Why do you say doctest doesn't use a -v option?

Compare

$ python -m doctest Lib/doctest.py 

and

$ python -m doctest -v Lib/doctest.py 
Trying:
runner = DebugRunner(verbose=False)
Expecting nothing
ok
...
66 tests in 112 items.
66 passed and 0 failed.
Test passed.

--
nosy: +belopolsky

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11791
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11791] python -m doctest has a -v flag that it ignores

2011-04-07 Thread Devin Jeanpierre

Devin Jeanpierre jeanpierr...@gmail.com added the comment:

*Sigh*, I'm just confused. Sorry, must have screwed up what I passed as verbose 
somewhere, so that it didn't check sys.argv.

--
resolution:  - invalid
status: open - closed
versions: +Python 3.3 -Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11791
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com