Skip to content

Commit

Permalink
Add more ListStrEditor tests (#869)
Browse files Browse the repository at this point in the history
* Add more tests for ListStrEditor

* Minor wx ListStrEditor fix

* Add gui.process_events to fix pyface2 errors

* Rename TestListStrEditor with adapter test to TestListStrAdapter

* Add docstrings and clarification comments

* Skip tests on Windows due to potential test interactions

* Fix clear_selection usage
  • Loading branch information
ievacerny authored and kitchoi committed Jul 8, 2020
1 parent da4264a commit de3c6cb
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 20 deletions.
2 changes: 1 addition & 1 deletion traitsui/tests/editors/test_liststr_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TraitObject(HasTraits):
list_str = List(Str)


class TestListStrEditor(unittest.TestCase):
class TestListStrAdapter(unittest.TestCase):

def test_list_str_adapter_length(self):
"""Test the ListStringAdapter len method"""
Expand Down
Loading

0 comments on commit de3c6cb

Please sign in to comment.