Index of the bgtests module
- 
    m
    
      testtools.bgtests
    
    ...
    
      - tools for automatically triggering test suites.
  
    - a STDOUT ...
- a PIPE ...
- 
    C
    
      TestablePackage
    
    ...
    
      - encapsulates a package that can be extracted and tested.
  
    - a svnpath ...
- a ex ...
- f skip_notify ... - when True, notification is skipped.
- f setup ... - hook for package to setup environment, etc. before running tests.
- f get_name ... - get the name of this package.
- f recognizes_file ... - should return True if filepath from repos affects this package.
- f __init__ ...
- f runtests ... - runs tests for this package.
 
- 
    C
    
      PackageTestHandler
    
    ...
    
      - runs test packages via XMLRPC.
  
    - f trigger_from_svnlook ... - analyzes input from svnlook changed and runs tests affected by the change.
- f __init__ ...
 
- C SvnInspector ... - encapsulates meta data for a repository.
- C Reporter ... - reports the test results.
- f run ... - runs tests in the background.
- f run_packages ... - runs tests for packages who were affected by the last change in a repository.