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
This is very useful, but the tracking of called feels like a hack. Try to find a means to streamline the process, perhaps as self.spy(...).race_condition(race_condition_maker, *args, **kwargs).
The text was updated successfully, but these errors were encountered:
Spies and side-effects are useful for testing race conditions. The pattern is something like:
This is very useful, but the tracking of
called
feels like a hack. Try to find a means to streamline the process, perhaps asself.spy(...).race_condition(race_condition_maker, *args, **kwargs)
.The text was updated successfully, but these errors were encountered: