Re: [Pydev-code] Jython unittest
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2013-07-02 20:02:41
|
It actually depends more on the version you're using... if you're using the internal Jython in PyDev for tests, then yes, it'll ignore as it has an older version of Jython/unittest. Cheers, Fabio On Tue, Jul 2, 2013 at 4:56 PM, Andrew Ferrazzutti <afe...@re...>wrote: > Hi Fabio, > > Is Jython's Unittest supposed to work exactly the same as Python's? I ask > this because Jython ignores any call of setUpClass/setUpModule that I make, > whereas Python recognizes them. > > If Jython isn't supposed to ignore anything, I'll volunteer to add the > functionality. If the ignoring is fine, though, I'll just push my updates > as they are (the bug fix with the added test cases you asked for). > > Thanks, > Andrew > |