hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Make TestADialog Better #252

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

Normally, when I create or update a dialog I have to modify this class to test the dialog. This update will allow me to select which dialog I am testing. It will include a drop down selection.

Initially, since I am updating DlgEditNote and DlgEditText

As I go along, I will update the selection list and the test code

In the future, I may use sikulxide to write UI tests against this test

hasii2011 commented 3 years ago

Updated with the stuff I needed for now