Main Content

Flask and unittest - hello web app test world

Archive - Originally posted on "The Horse's Mouth" - 2015-10-15 07:26:32 - Graham Ellis

Flask comes with a test client that you can use within unittest - I've put together a really short test of "hello world" [here]. The test example is ugly with the Flask application within the test harness, and should be improved by the importing of the appication to be tested.