Uberi / Yunit

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

Only expand failed categories #20

Closed farism closed 7 years ago

farism commented 7 years ago

Passed tests are of little interest. I have quite a few tests in my suite so far and it would be nice to only see failed tests expanded in order to get a quick overview and minimize scrolling.

Also, thanks for taking the time to make this fun testing framework, I've enjoyed playing with it.

mmikeww commented 7 years ago

I'm fine with this change. But I don't think your proposed change is sufficient. If you run the simple doc/Example.ahk file, you'll see that it fails to expand the tree when the failed test is in a subtree.

mmikeww commented 7 years ago

ignore that last revert above, this change is good