Uberi / Yunit

Super simple testing framework for AutoHotkey.
GNU Affero General Public License v3.0
52 stars 21 forks source link

change fail icon to a red X, use yellow triangle for failed groups #7

Closed mmikeww closed 9 years ago

mmikeww commented 10 years ago

You guys are using a yellow triangle to denote a failed test. But the problem is, you also use this yellow triangle for the groups/categories as well. This misleads the user as to how many tests actually failed. When you run the Example.ahk file, a quick glace at the gui might lead you to think there are 5 failed tests, when in fact there are only 2:

Imgur

I've made a change to show the failed tests as a Red X, and left the failed groups as the yellow exclamation. This allows you to easily see the difference:

Imgur