huggingface / knockknock

🚪✊Knock Knock: Get notified when your training ends with only two additional lines of code
MIT License
2.78k stars 233 forks source link

disable slack_sender during unittests #58

Open sshleifer opened 4 years ago

sshleifer commented 4 years ago

Is there a way to temporarily disable slack sender during unittests? I want to add knock knock to my training code but don't want it to slack me every time I run the tests.

valeria-io commented 3 years ago

It'd be great to also have same functionality while debugging code (always forget to comment it out while doing this).