You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand your frustration with stdlib unittest. Though, instead of reinventing just another test suite, not that well tested and supported, just for testing ponyorm, pls just consider using pytest instead. There is just no value in having a kind of private separate test suite, if you just could use a perfectly battle tested workhorse like pytest. Please don't fall with the not-invented-here-phenomenon! And all other really pony specific stuff should just be part of the test cases there...
The text was updated successfully, but these errors were encountered:
I understand your frustration with stdlib
unittest
. Though, instead of reinventing just another test suite, not that well tested and supported, just for testingponyorm
, pls just consider usingpytest
instead. There is just no value in having a kind of private separate test suite, if you just could use a perfectly battle tested workhorse likepytest
. Please don't fall with the not-invented-here-phenomenon! And all other really pony specific stuff should just be part of the test cases there...The text was updated successfully, but these errors were encountered: