flask-testing
flask-testing copied to clipboard
Optionally create a single app instance per test case class
Addresses #115
@acidjunk what do you think about this implementation? This flag can be set per TestCase class and otherwise changes nothing (same process for CI without having to run external servers).
Will test it this week in our testsuite. Codewise: LGTM, this will probably work just fine.
@acidjunk did you get a chance to test this out to see if it works for you?
Tested it and it works like a Charm. I like the solution with the Mixin, feels Django-ish :)