[Chicago] PyDev PyUnit terminates early

Oren Livne livne at uchicago.edu
Tue Feb 12 22:43:34 CET 2013


That's a good idea. it's probably not the problem, but I can't really 
tell, since the last test being run finishes successfully, and I don't 
know which one it tries to run after it.

This started again after I installed Subclipse. I am getting a lot of 
exceptions in the console like

LogFilter.isLoggable threw a non-fatal unchecked exception as follows:
java.lang.NullPointerException

So I uninstalled Subclipse 1.8 and reinstalled Subclipse 1.6 per 
http://stackoverflow.com/questions/9303293/subclipse-and-javahl-installation-headache

This did not make a difference - it still terminates at test 14 with or 
without the subclipse plugin being present.

  :(

On 02/12/2013 03:08 PM, Philip Doctor wrote:
> I haven't seen that happen in PyUnit, but I saw something very similar 
> one time in nUnit.  There was a burried System.Environment.Exit(0) 
> call that, when hit, would exit out of the test runner as well 
> resulting in a lot of tests not running.  May not be your problem, but 
> possibly something to check (especially if when it quits after 14 
> tests, it's always quitting on the same test).
>
>
> On Tue, Feb 12, 2013 at 2:18 PM, Oren Livne <livne at uchicago.edu 
> <mailto:livne at uchicago.edu>> wrote:
>
>     Dear All,
>
>     I have a suite() with 114 tests that I created a run configuration
>     for in PyDev. When I run it, it stops after the first 14 tests and
>     reports a green bar, not running the remaining 100. There doesn't
>     seem to be an error message, the console is titled "<terminated>
>     0". This usually works and doesn't work once in a while. Any ideas
>     why?
>
>     Thank you so much,
>     Oren
>     _______________________________________________
>     Chicago mailing list
>     Chicago at python.org <mailto:Chicago at python.org>
>     http://mail.python.org/mailman/listinfo/chicago
>
>
>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20130212/ed45e097/attachment.html>


More information about the Chicago mailing list