Closed nburns closed 2 years ago
Raising instead of returning the original value is much safer and gives users the ability to know when the arg passed to desc is not handled, instead of silently ignoring the intent.
desc
Fix for: https://github.com/ponyorm/pony/issues/646
I wasn't sure how to run the tests, pytest after clone kinda worked but some instructions/help on contributing would be great.
pytest
closing this because of no response, the issue is still valid
Raising instead of returning the original value is much safer and gives users the ability to know when the arg passed to
desc
is not handled, instead of silently ignoring the intent.Fix for: https://github.com/ponyorm/pony/issues/646