Ram Rachum
Ram Rachum
I hope that this PR will be reviewed.
Thanks @saulpw
Sure, feel free to take this and use GitHub Actions. Note that PySnooper is pretty mature and there isn't a lot of development happening on it anymore, so if you're...
Your choice. As long as the tests get run.
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...
Hello Itay and welcome to the project. The desired behavior is to snoop the entire file, regardless of whether it has any tests, a `__main__` function or any other functions...
I'm guessing you didn't put the code in the file, but rather in some shell. I'm guessing that shell isn't IPython. Which shell is it?
@Sionwage Thanks for reporting. It would be good to be able to get the source in these cases, but I probably won't work on this because it's not important enough...
I guess so. It's possible it could be implemented, but you'll need to roll up your sleeves for that.
Good idea. Here's my proposed API. The argument will be called `source_paths` and will have a default value of `None`, indicating that there shouldn't be filtering. You could feed into...