Add a test runner for the RBTools test suite.

Review Request #7891 — Created Jan. 17, 2016 and submitted

Information

RBTools
release-0.7.x

Reviewers

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
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        tests/runtests.py
    
    Ignored Files:
        .gitignore
    
    
    
    Tool: Pyflakes
    Processed Files:
        tests/runtests.py
    
    Ignored Files:
        .gitignore
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.7.x (c92e8a6)
Loading...