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
QuasiMock is the module that mocks TH so that Template Haskell code can be run at runtime. This makes it possible to test error cases, and also measure test coverage of the TH code. It was suggested that this should be packaged into its own library, and shared for use by others. That's certainly possible.
The text was updated successfully, but these errors were encountered:
QuasiMock is the module that mocks TH so that Template Haskell code can be run at runtime. This makes it possible to test error cases, and also measure test coverage of the TH code. It was suggested that this should be packaged into its own library, and shared for use by others. That's certainly possible.
The text was updated successfully, but these errors were encountered: