flask-recaptcha
flask-recaptcha copied to clipboard
Inclusion in Unit tests
Hello, I am interested in using this library to add CAPTCHA functionality to my website. However, I have existing unit tests that will break once I do this since that is the purpose of CAPTCHA itself.
What are the best practices for unit testing forms that have CAPTCHAs? Is there, for example, a way to turn off the requirement for CAPTCHA during testing mode?
Thanks! Will