We really should add some form of testing to check that all functions and methods work on vanilla and Discovery data as there are a lot of NoneType errors lurking. This could be as simple as iterating through every routine and Entity generated and trying to call everything they expose. I have a basic script that does this but it needs finishing. Might have to do some more conventional unit testing for functions that take arguments, though.
We really should add some form of testing to check that all functions and methods work on vanilla and Discovery data as there are a lot of
NoneTypeerrors lurking. This could be as simple as iterating through everyroutineandEntitygenerated and trying to call everything they expose. I have a basic script that does this but it needs finishing. Might have to do some more conventional unit testing for functions that take arguments, though.