Bright¶
This part of the documentation is currently under construction.
Info
This part of the documentation is for the development of Bright itself. If this is not what you are looking for, go to the developer guide index to find the correct information.
Testing¶
Code testing is done through a Lune script, split into several sub-test modules. For example, to run all tests, you run
lune run tests
, but to call just the licensing test, you run lune run tests/license
.