currently the live tests will not run the before-after request processors since those get decorated in run.py. A solution for that can be to create a function that returns the decorated app instance. The question is where that function should reside.
currently the live tests will not run the before-after request processors since those get decorated in run.py. A solution for that can be to create a function that returns the decorated app instance. The question is where that function should reside.