GemTalk / JadeiteForPharo

IDE for GemStone Smalltalk application development in Pharo using Rowan code management
MIT License
0 stars 0 forks source link

Running and debugging SUnit tests from the Projects Browser #48

Open LisaAlmarode opened 10 months ago

LisaAlmarode commented 10 months ago

The ability to run and debug SUnit tests from the project browser is the feature I miss the most from Jadeite/Dolphin.

It's possible we don't need all the bells and whistles.
There were a lot of issues with keeping the Project Browser SUnit tab in sync with the SUnit Browser. I don't think keeping these displaying the same results is of much value. One can realize that if you run tests elsewhere, what is in your other browser is no longer reliable. Also run and measure time, while nice, is fluff.

ericwinger commented 9 months ago

Partial fix in https://github.com/GemTalk/JadeiteForPharo/commit/af82997c34aad200e67d160e74935183e6efda7e

The Pharo-style method and class test running buttons have been added to the Jadeite. Note that you can only debug one method or class test at a time because of the weird "selected but not selected" list items. (What button you press is the test that will be debug).

image

ericwinger commented 5 months ago

@LisaAlmarode A partial implementation was added some time ago. What other features do you want? Do you need a full tab like JfD has?