-
Notifications
You must be signed in to change notification settings - Fork 956
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
Feature request: python -m pysnooper user_script.py #231
Comments
Agreed, I was surprised we didn't have a feature request open for this. This was previously attempted at #145 but abandoned. This would make for a good feature. If you'd like to implement it, go ahead. |
What is the desired behavior? I tried thinking about implementing this feature, but I'm not sure what this command should do. |
Hello Itay and welcome to the project. The desired behavior is to snoop the entire file, regardless of whether it has any tests, a Essentially it should be as if someone put a line |
@ChillarAnand if you have some time I'd like for input about my draft in #254, it works with simple local tests I've written but nothing can beat real-world application. @cool-RR Can you assign this issue to me? |
PySnooper has a wide variety of use cases. One of the limitations is not being able to use it without modifying the script.
It would be great if the
-m
flag is added to run it as a module.The text was updated successfully, but these errors were encountered: