scripts/tests/settings_test.py
changeset 35 07e9dc69074a
parent 29 64b3e323210f
equal deleted inserted replaced
34:14c266e01a56 35:07e9dc69074a
    14 # See the License for the specific language governing permissions and
    14 # See the License for the specific language governing permissions and
    15 # limitations under the License.
    15 # limitations under the License.
    16 
    16 
    17 """Tests for the scripts.settings module.
    17 """Tests for the scripts.settings module.
    18 
    18 
    19 These tests can be run from the root of the SoC svn working copy with:
       
    20 
    19 
    21   nosetests trunk/scripts/tests
    20 For details on running the tests, see:
    22 
    21   http://code.google.com/p/soc/wiki/TestingGuidelines#Running_the_smoke_tests
    23 To see specifically which tests are being run, add the -v (--verbosity) option.
       
    24 
       
    25 This test module is explicitly *not* an executable script so that it can use
       
    26 explicit relative references to "reach back" to the module to be tested from
       
    27 the tests/ sub-directory (which do not work if __name__ == '__main__').
       
    28 """
    22 """
    29 
    23 
    30 __authors__ = [
    24 __authors__ = [
    31   # alphabetical order by last name, please
    25   # alphabetical order by last name, please
    32   '"Todd Larsen" <tlarsen@google.com>',
    26   '"Todd Larsen" <tlarsen@google.com>',