https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 07fc868ecfd31fecc7c3f964730f946c31f5ab80 authored by Joshua J. Cogliati on 19 June 2020, 15:11:03 UTC
Fixing save load session file bug with code by pahihu.
Tip revision: 07fc868
_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