flask-testing icon indicating copy to clipboard operation
flask-testing copied to clipboard

Optionally create a single app instance per test case class

Open jcomo opened this issue 7 years ago • 3 comments

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).

jcomo avatar Nov 27 '17 18:11 jcomo

Will test it this week in our testsuite. Codewise: LGTM, this will probably work just fine.

acidjunk avatar Nov 29 '17 13:11 acidjunk

@acidjunk did you get a chance to test this out to see if it works for you?

jcomo avatar Dec 19 '17 00:12 jcomo

Tested it and it works like a Charm. I like the solution with the Mixin, feels Django-ish :)

acidjunk avatar Dec 22 '17 22:12 acidjunk