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
Currently I'm abusing EUnit's macros by calling each module individually as a separate call to the auto-generated test function. As we move to Thrift, this means INFO_REPORTS will pepper the test results. It might be worth looking into writing my own modules to call the tests and accumulate the results.
The text was updated successfully, but these errors were encountered:
Currently I'm abusing EUnit's macros by calling each module individually as a separate call to the auto-generated test function. As we move to Thrift, this means INFO_REPORTS will pepper the test results. It might be worth looking into writing my own modules to call the tests and accumulate the results.
The text was updated successfully, but these errors were encountered: