[Chicago] PyDev PyUnit terminates early

Philip Doctor diomedestydeus at gmail.com
Tue Feb 12 22:08:25 CET 2013


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> 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
> http://mail.python.org/**mailman/listinfo/chicago<http://mail.python.org/mailman/listinfo/chicago>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20130212/801b1916/attachment.html>


More information about the Chicago mailing list