pablo-meier/ScrabbleCheat

Figure out/create a real test harness

Opened this issue · 0 comments

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.