so just drop a test folder with a simple testbox test that just validates turning that setting on doesn’t throw an error? I’m not sure how to validate that it’s not auto generating.
abram
02/01/2022, 8:04 PM
Is there a readme or documentation somewhere that explains how to build & test the extension? Sorry, but haven’t done any extension work before.
✅ 1
z
zackster
02/01/2022, 8:28 PM
if you fork the repo, and enable github actions, each time you commit it will run automatically for you
zackster
02/01/2022, 8:34 PM
@Adam Cameron is a big test advocate and I'm sure he can help out here. plus @mborn loves orm stuff
what we need is a
• a test that ORM works when autogen=false
• the same test that ORM works when autogen=true
• tests which tests that shit does fail when the cached definition is out of sync
• and so on...
basically what the patch claims to handle and anything odd we need to handle
zackster
02/01/2022, 8:37 PM
i did a heap of work to make this simple as possible for extensions, previously it was a true total cluster fuck of complexity