envisage.tests.test_ids module

class envisage.tests.test_ids.TestIds(methodName='runTest')[source]

Bases: TestCase

check_id_against_plugin(id_string, plugin_klass)[source]

Check that the value of an id string matches that of a class variable.

Parameters:
  • id_string (str) – Identifier for the id.

  • plugin_klass (type) – The Plugin subclass to check.

test_id_strings()[source]
test_id_strings_against_plugin_constants()[source]