r-lib / mockery

A mocking library for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable expect_called for multiple namespaced functions

nsfinkelstein opened this issue · comments

stub is already enabled for multiple namespaced functions, so this should just be a matter of plugging expect_called into that same mechanism.

Done long ago