Changes between Version 9 and Version 10 of DeveloperGuidelines/Testing


Ignore:
Timestamp:
02/11/14 13:21:32 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing

    v9 v10  
    3131=== Unit Tests ===
    3232Unit 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':
     33Unit Tests require running with the IFRC_Train prepopulate:
     34{{{
     35settings.base.prepopulate = ["IFRC", "IFRC_Train"]
     36}}}
    3437To run all Unit Tests:
    3538{{{