[Pydev-code] Jython unittest
Brought to you by:
fabioz
From: Andrew F. <afe...@re...> - 2013-07-02 19:57:08
|
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 |