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
In many cases it isn't necessary to actually build meshes, function spaces, or functions for testing. We should be able to use Python mocking instead. It should speed things up a bit.
In many cases it isn't necessary to actually build meshes, function spaces, or functions for testing. We should be able to use Python mocking instead. It should speed things up a bit.
https://docs.python.org/3/library/unittest.mock.html
The text was updated successfully, but these errors were encountered: