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
Provides centralized registry where turtle env additions from other libraries can register themselves for the purpose of being notified about test suite shutdown.
Turtle environment addition must implement this interface to be able to be notified about test suite shutdown to adjust own state accordingly.
The documented purposes of the registry and the unregistration facility (bolded above) don't really seem to tie in. From the point of view of a user implementing ITurtleEnv, it's not clear what unregister is supposed to do.
The text was updated successfully, but these errors were encountered:
The module doc says:
The one location where the
Registry.unregisterAll
method is called says:The documentation of
ITurtleEnv
says:The documented purposes of the registry and the unregistration facility (bolded above) don't really seem to tie in. From the point of view of a user implementing
ITurtleEnv
, it's not clear whatunregister
is supposed to do.The text was updated successfully, but these errors were encountered: