Testing a web application with pytest in two simple examples





Flask application testing is usually associated with web frameworks which automate the tests performed across different web browsers, e.g. Selenium. However, not always there is a need to use such a complex tool and quite often most of the web application can be tested with the popular and universal pytest framework.

Testing web applications with pytest

Continue reading “Testing a web application with pytest in two simple examples”