imoudu13 / GuildTalk

0 stars 0 forks source link

Add integration tests #118

Open GavinAshworth opened 5 months ago

GavinAshworth commented 5 months ago

Integration testing between two pages in a Flask application involves testing the interaction between different parts of your application to ensure they work together correctly. You can use the Flask testing utilities along with unittest or pytest to write integration tests for your Flask application.