Changes between Version 9 and Version 10 of Testing_Quickstart
- Timestamp:
- 10/22/08 21:41:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Testing_Quickstart
v9 v10 342 342 343 343 344 === Switching off a test ===344 === Switching off a single test === 345 345 346 346 You can switch off a failing test by defining a {{{__test__}}} attribute of the test function to be {{{False}}}, eg: … … 352 352 test_example.__test__ = False 353 353 }}} 354 355 356 == Test Admin == 357 358 Bitten provides configuration pages from which build 359 configurations or slaves can be administrated by 360 users 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 354 365 355 366