Is there a way to test a specific function or module? #3626
-
|
I know I can run a specific binary with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
The "gleam test" command runs the main function in your APPNAME_test module, you can do anything you want in there. Gleam doesn't have an opinions about what your test code does. |
Beta Was this translation helpful? Give feedback.
-
|
glacier might be what the OP is looking for |
Beta Was this translation helpful? Give feedback.
The "gleam test" command runs the main function in your APPNAME_test module, you can do anything you want in there. Gleam doesn't have an opinions about what your test code does.