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
Since you mock a single function you'll probably want to use either a stub or a spy, depending on whether you want the original function to execute or not.
Hi, is there any documentation on mock os.execute()?
I´ve tried this way:
but I got this error: attempt to call field 'returns' (a nil value)
EDIT: properly display code block
The text was updated successfully, but these errors were encountered: