https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 83745353d7eee8adb51f3b171c6732b1960a8fb7 authored by Joshua Cogliati on 28 December 2020, 18:53:34 UTC
If WX_CONFIG_CHECK missing, disable WX. (#84)
Tip revision: 8374535
_how-to.txt
Running Tests
-------------
Open logo, then load the root test framework, "UnitTests.lg"

To run all tests, type: RunAll

To run individual tests, execute the name of the test, 
such as: Tests.Arithmetic.Difference



Creating Test Suites
--------------------
To create a new test suite, copy _suite-template.lg and rename 
to "UnitTests-SuiteName.lg". Then follow the instructions in the 
the template.

back to top