New submission from Bluebird:
Something very nice about unittest is that it can find automatically the
TestCase that you declare, and the test methods of every test case. This
makes the operation of adding or removing tests very simple.
For test modules however, there is nothing to
Bluebird <[EMAIL PROTECTED]> added the comment:
I confirm that the problem is present on python2.5 on windows, and that
the attached patch fixes it.
--
nosy: +bluebird
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.
New submission from Bluebird :
The documentation of optparse mentions make_option() as the standard way
to create an option list:
For example, in the doc of python 2.5:
14.3.3.2 Populating the parser
[...]
pass it an Option instance (as returned by make_option())
[...]
option_list
New submission from Bluebird :
The py Python launcher is a great improvement over a few years ago when
managing multiple Python installation was tedious.
However, it does not solve one annoying problem: the Scripts directory. If you
install tools like mypy, pyqt-tools or pyinstaller, to be
Bluebird added the comment:
Thanks for the quick feedback.
I agree that it makes sense for python modules to support -m. However, PyQt
comes with many executables originally written in C++ for Qt (designer,
assistant). It feels a bit strange to add a module with that name, just for the
Bluebird added the comment:
Ok, I'll close my request if you do not think of any value in it.
Py is such an elegant solution, I wish something as simple would also address
this problem.
Virtual environement do have the downside of not coming directly with Python.
In my work enviro