-
Notifications
You must be signed in to change notification settings - Fork 56
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
Print paths to tests that should be rerun #93
Comments
related to #62 |
I found out that in my particular scenario, you could just print all selected items in def pytest_modify..(). I find your #62 to be more ambitious than my needs |
unfortunatelly I plan difficult refactoring of pytest_testmon.py, so I'm not very keen to add functionality there before. Wouldnt a better UI be separate command which prints just the test names, so that it could be used as input to other commands directly? (without parsing out pytest headers)? |
I agree a separate command which just print the test names is a more optimal solution. Could you point out how one could accomplish that? |
Not easily, sorry. Your strategy of printing from pytest_modify_collection is the right one. I will just not be able to merge it. After refactor it should be very easy to create a separate plugin class which does only what you request. |
@henningphan do you still need this functionality? I can start working on it if still needed. |
Hello, Im not longer on the project and therefore dont need this feature. |
Enhancement,
In my personal setup, I have a different system that runs the tests.
It would be great if testmon had the option to print the fullpath of the affected tests.
The text was updated successfully, but these errors were encountered: