Message187393
I'm a student thinking of participating in Google Summer of Code.
And want to work to create a unittest for IDLE.
Using unittest.mock seemed to be good way to test GUI.
But there is a problem.
There is no unittest.mock in Python2.
http://docs.python.org/2/library/unittest.html
I think using third party mock seemed to be ok, but not best way.
https://pypi.python.org/pypi/mock
Because, IDLE is a part of official python.
I think relying on third party module is not good.
Of cource, I would forcus on non-GUI unittest.
But GUI-test would be needed. |
|
Date |
User |
Action |
Args |
2013-04-20 00:48:31 | Tomoki.Imai | set | recipients:
+ Tomoki.Imai, terry.reedy, ncoghlan, ned.deily, ezio.melotti, roger.serwy, r.david.murray, Todd.Rovito, tshepang, francismb |
2013-04-20 00:48:31 | Tomoki.Imai | set | messageid: <1366418911.71.0.386778032832.issue15392@psf.upfronthosting.co.za> |
2013-04-20 00:48:31 | Tomoki.Imai | link | issue15392 messages |
2013-04-20 00:48:30 | Tomoki.Imai | create | |
|