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
Put the code that does class/method/function discovery in a separate class. That way it'd be easy for doctest to copy it if they want it, and easier to test. Seems like this is going to be a need throughout Testify, since Octave’s methods() and meta.class aren’t currently up to the task of discovering everything we need. (Especially with the case of shadowed duck-punched methods for classes that are defined spread across multiple source directories.)
The text was updated successfully, but these errors were encountered:
Put the code that does class/method/function discovery in a separate class. That way it'd be easy for doctest to copy it if they want it, and easier to test. Seems like this is going to be a need throughout Testify, since Octave’s
methods()
andmeta.class
aren’t currently up to the task of discovering everything we need. (Especially with the case of shadowed duck-punched methods for classes that are defined spread across multiple source directories.)The text was updated successfully, but these errors were encountered: