21 Jul 16:35
Re: Overview of ETS 3.0 tests
From: Ilan Schnell <ischnell@...>
Subject: Re: Overview of ETS 3.0 tests
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-21 14:35:44 GMT
Subject: Re: Overview of ETS 3.0 tests
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-21 14:35:44 GMT
Hi Martin,
this is the error I get when a remove the line which skips the test:
Traceback (most recent call last):
File "provider_extension_registry_test_case.py", line 478, in
test_remove_provider
self.assertEqual('x', listener.extension_point)
AssertionError: 'x' !=
<enthought.envisage.extension_point.ExtensionPoint object at 0x850fe4c>
The tests
self.assertEqual('x', listener.extension_point)
self.assertEqual([], listener.added)
self.assertEqual([42], listener.removed)
fail on my system, thats why I decided to skip them for now (see FIXME).
Currently, I'm not worried about publishing coverage numbers,
the goal right now is to get all tests working for the
upcoming ETS 3.0 release.
- Ilan
Martin Chilvers wrote:
> Hi Ilan,
>
> I'm still curious about the skipped test in EnvisageCore... It works for me, so we need to work out
> why it doesn't work over there... There should be no reason to skip any tests in Envisage...
>
> Good job with the tests BTW! Can we publish coverage numbers too?
>
> Martin
>
>
> _______________________________________________
> Enthought-dev mailing list
> Enthought-dev@...
> https://mail.enthought.com/mailman/listinfo/enthought-dev
>
>
>
RSS Feed