-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ability to use external parameters and custom templates #90
Conversation
@a1305315624, I'll try to have a look this weekend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@a1305315624: This mostly looks good to merge. Please see my comments.
I'll fix it at night |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Please resolve the comments, then we can merge.
What do I need to do about merge code? that is my first pull request. |
Sorry about that. It's now merged to master. |
This diff is designed so that gotests can be called by other tools using a custom template to generate data other than the test function. Fixes #96.
Please help to review, thank you.