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
Where checkDb would implement TestFunc. However, since the registry is global, the above is problematic. Things like tests, where I will make several instances of my Server, will panic.
Would it be possible to use a non-global registry? Or support this use case some other way?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey!
I would like to add some custom tests that check something on an instance of my server. For example
Where
checkDb
would implementTestFunc
. However, since the registry is global, the above is problematic. Things like tests, where I will make several instances of my Server, will panic.Would it be possible to use a non-global registry? Or support this use case some other way?
Thanks!
The text was updated successfully, but these errors were encountered: