BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20120421T203000Z
DTEND:20120421T213000Z
DTSTAMP:20120421T202226Z
ORGANIZER;CN=iwfweb...@gmail.com:mailto:iwfweb...@gmail.com
UID:mqe7b6rg32f8sacj9s07snp...@google.com
Hi Bookaa,
2012/4/21 bookaa :
> run:
> pypy>test_all.py translator\test\test_unsimplify.py
>
> will get a error:
> WindowsError: [Error 5] :
> it can not os.unlink(..) a file.
Yes, this is because you are using pypy to run test_all.py. Please
use CPython. There are issues like that
2012/4/21 bookaa
> **
> thank you for encourage!
>
> as for the bugs, please tell me exacty how to run, which test.
>
> My system is Win7, pypy tests get many error even without any change.
>
Tests in the translator/c directory should pass. For example:
c:\python27\python pytest.py
pypy\tran