Test refactoring to manage route testing with flask-login
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d728bda7be
commit
abc8e54634
@ -1,5 +1,11 @@
|
|||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
|
|
||||||
|
## Flask Login
|
||||||
|
|
||||||
|
- [This basic usage article](https://realpython.com/using-flask-login-for-user-management-with-flask/) was a good refresher. I forgot that you need a couple of methods on the User class to use it.
|
||||||
|
- It was tougher to write tests until...I RTFM'd. https://flask-login.readthedocs.io/en/latest/#automated-testing
|
||||||
|
|
||||||
## Toasts using Toastify.js
|
## Toasts using Toastify.js
|
||||||
|
|
||||||
[In depth example of a Toast](https://www.cssscript.com/simple-vanilla-javascript-toast-notification-library-toastify/)
|
[In depth example of a Toast](https://www.cssscript.com/simple-vanilla-javascript-toast-notification-library-toastify/)
|
||||||
|
Loading…
Reference in New Issue