Base TestCase to add in convenience functions, defaults and custom
asserts. Uses app factory and creates / tears down db.
-
create_app()[source]
Create your Flask app here, with any
configuration you need.
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
tearDown()[source]
Hook method for deconstructing the test fixture after testing it.