Hi all
I’m a grasshopper plugin developer. We use automated testing, using a custom “unit test” component that compares values calculated from a test file with expected values from when the test was designed. These tests are ran using python with the RhinoScriptSyntax library.
Whenever we make changes to one of our components, say for example, adding an input, a warning dialog pops up saying “IO generated x messages” when a file saved in the previous version of the plugin is opened. This pauses the tests until I manually click “OK”, and the only way I’ve found around the issue is to open and resave all the affected tests.
This is a massive neusance, increasingly so as the test suite expands. I was wondering if anyone knows a way of disabling this warning?
Cheers,
Jack