[issue15392] Create a unittest framework for IDLE

Todd Rovito report at bugs.python.org
Mon May 6 04:45:45 CEST 2013


Todd Rovito added the comment:

This issue appears like it is making progress.  For a very small contribution I tested JayKrish's patch and it seems to work on my Mac. The results are documented below.  Any comment from Python Core Developers on what needs to happen to get it committed? It appears to work with -m test and -v test_idle.  Thanks! 

/python.exe -m test -v test_idle
== CPython 3.4.0a0 (default:186cf551dae5+, May 5 2013, 22:41:07) [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))]
==   Darwin-12.3.0-x86_64-i386-64bit little-endian
==   /Volumes/SecurePython3/cpython/py34/build/test_python_15812
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1)
[1/1] test_idle
test_DirBrowserTreeItem (test.test_idle.test_PathBrowser.PathBrowserTest) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
1 test OK.

----------

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


More information about the Python-bugs-list mailing list