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
There are cases when you need to unit test a complex macro. Currently the only way to do that is do define a model that uses the macro and write a test on top of it. It would be nice to be able to test macros directly, the same way we test models.
The text was updated successfully, but these errors were encountered:
There are cases when you need to unit test a complex macro. Currently the only way to do that is do define a model that uses the macro and write a test on top of it. It would be nice to be able to test macros directly, the same way we test models.
The text was updated successfully, but these errors were encountered: