Add a test runner for the RBTools test suite.
Review Request #7891 — Created Jan. 17, 2016 and submitted
This provides a standardized way of running our RBTools tests, and supports generating suitable coverage reports and running tests by numeric ID (through the nose test IDs module). We'll be able to document this script as the new standard for tests. That change is coming later.
Ran the test suite in the following ways:
- Entire suite
- Specific tests/modules
- By numeric test ID
- Generating a coverage report
- Generating profiling information