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
{{ message }}
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
My purpose for extracting the parameters out is because i want my tests to run on multiple modules that are very similar (I am testing different algorithms that each should output the same results). I don't want to have to copy paste the list of modules i want to test for each test.
The text was updated successfully, but these errors were encountered:
dylan-chong
changed the title
Can't call module attribute or method from if + {
Can't call module attribute or method from do block
Oct 2, 2017
My current workaround for this is to create a new module above the test module, and in this new model create a method that returns the list of models that i want to test.
The bad tests throws this error:
A second bad test throws a similar error:
My purpose for extracting the parameters out is because i want my tests to run on multiple modules that are very similar (I am testing different algorithms that each should output the same results). I don't want to have to copy paste the list of modules i want to test for each test.
The text was updated successfully, but these errors were encountered: