https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 0ba6ad1629f94a89f98e2bf884c1388c6ee78b6d authored by Joshua Cogliati on 29 December 2021, 15:19:51 UTC
Updating version to 6.2.2 (#120)
Tip revision: 0ba6ad1
_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