]> granicus.if.org Git - python/commit
Added test_user_command in test_tcl.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 23 Jan 2014 07:42:46 +0000 (09:42 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 23 Jan 2014 07:42:46 +0000 (09:42 +0200)
commit29d8e856b4e680de082fa2257a6d2f964de0889c
tree9860dc2ec74ef46ab988922e0749b6801ff35f77
parent592436552816f23b585e0a8e25284eeb1d25a184
Added test_user_command in test_tcl.

It tests the convertion Tcl values to Python values when Tcl calls a command
implemented on Python. Currently all values are passed as strings.
Lib/test/test_tcl.py