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__ = [