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
Is there plans to implement the export and import keywords? Reviewing the code base, I don't believe it is currently implemented, token.go#L44.
I am using Otto, implementing various functions to automate particular tasks, however, I'd like to add unit tests for these functions.
Correct me if I'm wrong, but in order to accomplish my goal of adding unit tests for these functions, one requires these specific keywords to export the functions then import said functions to the appropriate test files.
Open to thoughts and/or suggestions.
All the best,
Keith.
The text was updated successfully, but these errors were encountered:
Absolutely @stevenh and @Asday ! Give me a few days to complete discovery on this item, understand the code base, implementation details, etc, after which I'll probably have a few questions. Once answered, I should be good to go. Feel free to assign this ticket to me (provided you've the ability to do so).
Hey there,
Is there plans to implement the
export
andimport
keywords? Reviewing the code base, I don't believe it is currently implemented, token.go#L44.I am using Otto, implementing various functions to automate particular tasks, however, I'd like to add unit tests for these functions.
Correct me if I'm wrong, but in order to accomplish my goal of adding unit tests for these functions, one requires these specific keywords to export the functions then import said functions to the appropriate test files.
Open to thoughts and/or suggestions.
All the best,
Keith.
The text was updated successfully, but these errors were encountered: