juliendelplanque / DrTests

An extendable, plugins-based UI for testing Pharo projects.
MIT License
7 stars 0 forks source link

Packages in the configuration should be watched to handle when a new test case is created by user #113

Open juliendelplanque opened 4 years ago

juliendelplanque commented 4 years ago

Because for now, DrTests is "blind" concerning addition of test cases.

This can be confusing for users.

StephanEggermont commented 4 years ago

I assume you mean here the package selection in DrTests? I was bitten by this today. Indeed, if I select a whole package and then minimize, I expect all new TestClasses and tests in the selected package to be added. (Pharo 8 build 1128)

juliendelplanque commented 4 years ago

Yeah, it is this feature that is targeted. I have a prototype of solution. I will try to integrate it ASAP :-)

StephanEggermont commented 4 years ago

How do you make clear in the UI whether a (set of) package has been selected vs a test class?