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
For testing purposes, it's often convenient to make temporary changes to the state of the global ETSConfig object and then undo those changes in the test cleanup. This generally involves digging into the ETSConfig internals.
This could be made easier and less fragile with the addition of getstate and setstate methods on ETSConfig. (Or possibly a state property that's readable and writeable.)
The text was updated successfully, but these errors were encountered:
For testing purposes, it's often convenient to make temporary changes to the state of the global
ETSConfig
object and then undo those changes in the test cleanup. This generally involves digging into theETSConfig
internals.This could be made easier and less fragile with the addition of
getstate
andsetstate
methods onETSConfig
. (Or possibly astate
property that's readable and writeable.)The text was updated successfully, but these errors were encountered: