# HG changeset patch # User Todd Larsen # Date 1211502127 0 # Node ID 07e9dc69074adb32cc92584311ba209b27810a5c # Parent 14c266e01a56412ee817d08b3c7925c261954e6d Replace verbose text in __doc__ string with link to wiki topic about using nosetests to run the tests. diff -r 14c266e01a56 -r 07e9dc69074a 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__ = [