src/test.py: Update some documentation.

This commit is contained in:
James Vega 2006-05-03 17:34:35 +00:00
parent f249946114
commit dc6ae3c7cc
1 changed files with 3 additions and 3 deletions

View File

@ -107,8 +107,8 @@ class SupyTestCase(unittest.TestCase):
class PluginTestCase(SupyTestCase):
"""Subclass this to write a test case for a plugin. See test/test_Fun.py
for an example.
"""Subclass this to write a test case for a plugin. See
plugins/Plugin/test.py for an example.
"""
timeout = 10
plugins = None