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
@@ -64,6 +105,8 @@ Sometimes it's necessary to check that your code is doing what you expect withou
64
105
$ make test
65
106
```
66
107
108
+
Just beware, if you create your helper functions inside your generated puzzle function then they won't be accessible from your tests. To get around this, just create them outside of this function. And remember that `common.go` has been created for those helpers that you think might be used by several puzzles.
109
+
67
110
## Contributing to this template
68
111
69
112
To run the tests you will need to do the following:
0 commit comments