Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] show executed method count (when only one class is executed.) #220

Open
tpd-opitz opened this issue Nov 23, 2016 · 1 comment
Open
Labels
comp:core core feature of infinitest (infinitest-lib + infinitest-runner)) type: feature
Milestone

Comments

@tpd-opitz
Copy link

I'd rather like to see the count of test methods executed rather than the count of test classes.

please either let me select that via preferences or swich to method count automatically when only one test class is executed.

the reason for this request is that I sometimes get a green result after adding a new test method although I expect a red one and I't like to have a quick response if the new method has been executed at all...

@benrady
Copy link
Collaborator

benrady commented Nov 23, 2016

This would be a nice feature, and there's no need for a setting to change
it back the other way.

Originally, when I wrote Infinitest, I found that the individual methods
were hard to track so I counted by class instead. It would be nice to have
it count by method instead. Almost every other test runner does that.

On Wed, Nov 23, 2016 at 4:29 AM, Thomas Papendieck <notifications@github.com

wrote:

I'd rather like to see the count of test methods executed rather than the
count of test classes.

please either let me select that via preferences or swich to method count
automatically when only one test class is executed.

the reason for this request is that I sometimes get a green result after
adding a new test method although I expect a red one and I't like to have a
quick response if the new method has been executed at all...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#220, or mute the thread
https://github.com/notifications/unsubscribe-auth/AADeYLY6UfHzzRfLHIq81ypZTfcTmtbqks5rBBWfgaJpZM4K6a5y
.

Ben

@sarod sarod added comp:core core feature of infinitest (infinitest-lib + infinitest-runner)) type: feature labels Jan 9, 2017
@sarod sarod changed the title show executed method count (when only one class is executed.) [core] show executed method count (when only one class is executed.) May 15, 2018
@sarod sarod added this to the 5.3.0 milestone May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:core core feature of infinitest (infinitest-lib + infinitest-runner)) type: feature
Projects
None yet
Development

No branches or pull requests

3 participants