[Pyunit-interest] Re: JPython testing framework
Brought to you by:
purcell
From: Tjitske H. en O. P. <th...@nl...> - 2000-10-04 11:38:35
|
James & others, I just found out that the Python traceback.py module also works with JPython! Simply copy traceback, stat, linecache from a Python installation (I used version 1.6) and PyUnit works with almost no changes. I only had to fix the "import" thing in the createTestInstance. -Otto ----- Original Message ----- From: <he...@ho...> To: <th...@nl...>; <jpy...@py...>; <PL...@op...>; <Alo...@op...> Sent: Tuesday, October 03, 2000 11:36 PM Subject: Re: JPython testing framework > Hello all, > > Well, as Otto as indicated, converting PyUnit to run with JPython seems to > be a pretty painless exercise. I've added the modified version of > unittest.py that I just put together. Seems to work OK, although I haven't > used it extensively so I make no guarantees ;)... > > James |