Ilan Schnell | 21 Jul 18:11

Re: Overview of ETS 3.0 tests

I ivoke this test simply by:
-> pwd
/home/ischnell/ets/ETS_3.0.0b1/EnvisageCore_3.0.0b1/enthought/envisage/tests
-> python provider_extension_registry_test_case.py
..........No handlers could be found for logger
"enthought.envisage.provider_extension_registry"
..........F.
======================================================================
FAIL: remove provider
----------------------------------------------------------------------
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 0x8510e2c>

----------------------------------------------------------------------
Ran 22 tests in 0.023s

The Trais version I use it the current trunk (revision 20105).

- Ilan

Martin Chilvers wrote:
> Ilan Schnell wrote:
>   
>> 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).
>>     
>
> Hmmmm, what version of traits are you using? I am usingv the latest trunk revision (20059)...
>
> Also, how do you invoke the tests?
>
> Martin
>
> _______________________________________________
> Enthought-dev mailing list
> Enthought-dev@...
> https://mail.enthought.com/mailman/listinfo/enthought-dev
>
>
>   

Gmane