Replace verbose text in __doc__ string with link to wiki topic about using
authorTodd Larsen <tlarsen@google.com>
Fri, 23 May 2008 00:22:07 +0000
changeset 35 07e9dc69074a
parent 34 14c266e01a56
child 36 e2f03be8ced9
Replace verbose text in __doc__ string with link to wiki topic about using nosetests to run the tests.
scripts/tests/settings_test.py
--- a/scripts/tests/settings_test.py	Thu May 22 19:49:02 2008 +0000
+++ b/scripts/tests/settings_test.py	Fri May 23 00:22:07 2008 +0000
@@ -16,15 +16,9 @@
 
 """Tests for the scripts.settings module.
 
-These tests can be run from the root of the SoC svn working copy with:
 
-  nosetests trunk/scripts/tests
-
-To see specifically which tests are being run, add the -v (--verbosity) option.
-
-This test module is explicitly *not* an executable script so that it can use
-explicit relative references to "reach back" to the module to be tested from
-the tests/ sub-directory (which do not work if __name__ == '__main__').
+For details on running the tests, see:
+  http://code.google.com/p/soc/wiki/TestingGuidelines#Running_the_smoke_tests
 """
 
 __authors__ = [