Learn how to test your OpenEuphoria exercises on Exercism
Simply type eutest
. It is assumed that the path to the openeuphoria binaries has been declared in the PATH environment variable.
See Unit Testing for comprehensive EUTEST documentation.
This is encouraged at the beginning of your journey. Insert a --
before all but the first one or two tests. Save the test file. Write your code to solve the first test or two. Then progressively enable more tests until you can pass all of them.