Closed Allianzcortex closed 5 years ago
fix more for functions decorated by pre/post
There will be 1 failed unit test after those changes,so I just uncomment the original one and implement the same assertion based on structure:
assert profile_schema.dump(user)['profile'] == authorp
@mohamed-aziz
The new fix is passed in my fork ( : You can review all the code
I tested this it seems to work, Thanks @Allianzcortex
Closes #25
fix more for functions decorated by pre/post
There will be 1 failed unit test after those changes,so I just uncomment the original one and implement the same assertion based on structure:
assert profile_schema.dump(user)['profile'] == authorp