Open ramnathv opened 8 years ago
@kuol here is the idea that i discussed with you during our call. This should allow us to add a lot more tests by just tweaking the list of filenames and solvers. The same idea can be extended to the other modes.
Very cool, thanks Ramnath!
-Kuo
On Thu, Mar 17, 2016 at 5:28 PM, Ramnath Vaidyanathan < notifications@github.com> wrote:
@kuol https://github.com/kuol here is the idea that i discussed with you during our call. This should allow us to add a lot more tests by just tweaking the list of filenames and solvers. The same idea can be extended to the other modes.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/ramnathv/AlteryxPrescriptive/issues/1#issuecomment-198129632
The test code can be refactored considerably by refactoring common elements into a
testFactory
function. Here is a crude example.