<@U051221NF> What's the new convention with the ru...
# development
w
@happy-kitchen-89482 What's the new convention with the rule_runner to handle MockGets? This call should already be mocked out in my code
Or is it just porting them to mock_calls?
Yep, looks like just making them mock_calls was enough
h
Yep, mock_calls
Although there appears to be a bug, this should just be a warning, but that
remove()
is failing, will take a look
I don’t see how this can be possible. Do you have a branch that reproduces it?
w
It was in the javascript one - but then I migrated everything to mock_call - you can undo that in test_test.py (I believe)?
h