sohail288 / sheetswap

Flask App to trade sheet music
1 stars 0 forks source link

Need decorated app for testing #14

Closed sohail288 closed 8 years ago

sohail288 commented 8 years ago

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.

sohail288 commented 8 years ago

I fixed this with 4396b53973015bb26b76eb6d9cb844ae3d12ead5

The solution i am using is to use a function in run.py to retrieve the decorated app instance