[New-bugs-announce] [issue22263] Add a resource for CLI tests

Serhiy Storchaka report at bugs.python.org
Sun Aug 24 08:47:43 CEST 2014


New submission from Serhiy Storchaka:

Some modules have command-line interface (not always documented and tested). Their tests run a lot of subprocesses and requires long time, often longer than other tests of corresponding module. However command-line interface itself is much less important than Python interface. In the face of addition of more CLI tests it would be good to introduce new resource ("commandline" or "cli") which will control the run of such tests.

----------
components: Tests
messages: 225796
nosy: ezio.melotti, michael.foord, pitrou, serhiy.storchaka, zach.ware
priority: normal
severity: normal
status: open
title: Add a resource for CLI tests
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5

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


More information about the New-bugs-announce mailing list