You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a suggestion. Pytest has become a pretty robust testing framework and I've personally found it much easier to work with. It also supports stubbing and Mock style mocking out of the box.
Below is the flask-extension for testing, similar to the existing flask-test:
Just a suggestion. Pytest has become a pretty robust testing framework and I've personally found it much easier to work with. It also supports stubbing and Mock style mocking out of the box.
Below is the flask-extension for testing, similar to the existing flask-test:
https://pytest-flask.readthedocs.io/en/latest/
The text was updated successfully, but these errors were encountered: