Ui tester updates - add enum editor implementation#1191
Ui tester updates - add enum editor implementation#1191aaronayres35 merged 44 commits intomasterfrom
Conversation
kitchoi
left a comment
There was a problem hiding this comment.
Refactoring to a base class makes sense to me!
|
There are new errors on wx in the test suite on OSX which I did not observe on my machine. looking into them now |
I believe it is a result of the changes in #1193 and what I mentioned above here: #1191 (comment) |
kitchoi
left a comment
There was a problem hiding this comment.
Thank you! The testing support for EnumEditor will be very useful!
Some suggestions... Since I will be away for some time, @rahulporuri would you be able to take over please?
kitchoi
left a comment
There was a problem hiding this comment.
Thank you!
Some new comments.
(Reminder to run flake8 again at the end... I think I am annoyed about this enough I am going to put it up, today!)
…hought/traitsui into ui-tester-updates-EnumEditor
kitchoi
left a comment
There was a problem hiding this comment.
Looks great. Thank you very much!
Some minor comments.
|
Looking at the CI I saw a test was failing for windows/wx: It seems that for windows/wx the enum traits value is forced to be 'one' whereas for all other platforms/ toolkit combos this is not the case. I am skipping this test for now on windows/wx, and will merge once CI completes (I would like to have it merged today so that I can use this code in other PRs more easily). However, we will likely either want to rewrite the test, or add a separate test for the wx/windows specific case. I am not sure, @kitchoi lmk what you think is best. |
fixes #1187