Unit testing is the most granular form of testing, and is done on individual functions or classes. When unit testing the programmer gives a value to the function or class, and tells it what the ...
See CONTRIBUTING.md for a list of requirements to contribute to this track. It also has a list of tools you can use, of which the test tool is one of them. These are also the files that are linted ...