-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Debug current unit test file #1368
Comments
Do you mind me asking why you want to debug a specific file versus a single method? |
Good question. Today i had to write a file were some resource (something like a db connection) were not allocated for every tests, but for the entire file (=test suite?). Every tests alone worked great, but all together some went to error because of the resource that wasn't very well "clean-up" between every tests. So being able to debug the unit test would have been really helpful (instead of trying to guess why). Note: but I agree with you, it's the first time I would have needed that. |
@Djabx thanks for the info! |
We're closing this for now since we have no current plans to do this, but I added it to our overall meta issue tracking testing enhancement ideas so we won't lose track of it when we revisit the topic. |
Environment data
Actual behavior
We can:
run current unit test file
run all unit test
Debug all unit test
Expected behavior
We should be able to:
Debug current unit test file
Steps to reproduce:
NA
Logs
NA
The text was updated successfully, but these errors were encountered: