Changes between Version 9 and Version 10 of Testing_Quickstart

Show
Ignore:
Timestamp:
10/22/08 21:41:13 (16 years ago)
Author:
blyth (IP: 130.87.54.243)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Testing_Quickstart

    v9 v10  
    342342 
    343343 
    344 === Switching off a test === 
     344=== Switching off a single test === 
    345345 
    346346You can switch off a failing test by defining a {{{__test__}}} attribute of the test function to be {{{False}}}, eg:  
     
    352352test_example.__test__ = False 
    353353}}} 
     354 
     355 
     356== Test Admin == 
     357 
     358Bitten provides configuration pages from which build  
     359configurations or slaves can be administrated by  
     360users with BUILD_ADMIN or TRAC_ADMIN privilege.    
     361  || i:admin/bitten/configs || enable/disable configs such as [i:admin/build/dybinst dybinst], [i:admin/build/detdesc detdesc] setting slaves assigned to each  etc.. ||  
     362  || i:admin/bitten/master  || master settings such as time to wait for stabilization etc.. || 
     363 
     364 
    354365 
    355366