[New-bugs-announce] [issue17066] Fix test discovery for test_robotparser.py
Zachary Ware
report at bugs.python.org
Mon Jan 28 21:32:51 CET 2013
New submission from Zachary Ware:
Here's a fix for test_robotparser.py. With this patch, the command 'python -m unittest discover Lib/test/ "test_*.py"' can actually be run--before the patch, test_robotparser's unique TestCase subclass causes unexpected errors for discovery.
----------
components: Tests
files: test_robotparser_discovery.diff
keywords: patch
messages: 180878
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_robotparser.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28885/test_robotparser_discovery.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17066>
_______________________________________
More information about the New-bugs-announce
mailing list