Jonathan Como
Jonathan Como
Will look into adding this
Looks good, thanks! Please add some documentation about this before we merge it in
Unfortunately using the LiveServerTestCase means that mocking will have no effect. The app object is being deployed via the `run()` method and can't be modified once it has been run....
I can see the usefulness for a feature like that. I would like it to be controlled by a class level flag that defaults to the current behavior to maintain...
@acidjunk did you get a chance to test this out to see if it works for you?
Can you be more specific about the feature set you would like to see?
It's an interesting idea. I have trouble seeing what the command would provide that test runners would not (which is the recommended way to run flask tests). I suppose it...
Excellent idea! Thanks for the contribution. I am not familiar with Werkzeug's API to create servers but it looks like there is an option for threading here: https://github.com/pallets/werkzeug/blob/master/werkzeug/serving.py#L576. Is there...
That was my thought - wanted to make sure I had the right idea. This is great. Let's get a test for that regression if you can manage it and...
Appears to be a problem with Windows. Specifically with an incompatibility or edge case in the implementation of the Popen object for this process. @benjamin21st do you have the tools...