Changes between Version 9 and Version 10 of DeveloperGuidelines/Testing
- Timestamp:
- 02/11/14 13:21:32 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing
v9 v10 31 31 === Unit Tests === 32 32 Unit Tests can be used to test whether specific "Units" of code are working. They are used extensively to test the Sahana Eden "S3" Framework. 33 Unit Tests require running with the IFRC_Train preopulate, 'settings.base.prepopulate = 27': 33 Unit Tests require running with the IFRC_Train prepopulate: 34 {{{ 35 settings.base.prepopulate = ["IFRC", "IFRC_Train"] 36 }}} 34 37 To run all Unit Tests: 35 38 {{{