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

Remember which test executed a line of source code #311

Closed
nedbat opened this issue Jun 5, 2014 · 2 comments
Closed

Remember which test executed a line of source code #311

nedbat opened this issue Jun 5, 2014 · 2 comments
Labels
enhancement New feature or request

Comments

@nedbat
Copy link
Owner

nedbat commented Jun 5, 2014

Originally reported by Thomas Güttler (Bitbucket: thomas-guettler, GitHub: Unknown)


This is a big feature request. I just want to tell you my idea.

It would be very cool if the green lines (which were executed during testing) would have a list of all tests which executed this line of source code.

This is very useful if you have a big project with several people developing:

If there is a bug, you want to extend the existing unittests. But sometimes it is hard to find the unittests which made some source code lines "green".

Do you understand what I want?

How could this be implemented?


@nedbat
Copy link
Owner Author

nedbat commented Jun 5, 2014

Duplicate of #170.

@nedbat
Copy link
Owner Author

nedbat commented Jun 5, 2014

More ideas about how to do this are welcome!

@nedbat nedbat closed this as completed Jun 5, 2014
@nedbat nedbat added major enhancement New feature or request labels Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant