summaryrefslogtreecommitdiff
path: root/functional_tests/test_plugins.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-07-01 17:40:07 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-07-01 17:40:07 +0000
commit0fbb0d50a3de9cb413b73d79e64ee96b75d39f2e (patch)
tree9d05e79f82755fddab2e5ca7e7fca72048adc072 /functional_tests/test_plugins.py
parent2981bf9c478b9dcad3cbd7a4b56f01e3b47eecc2 (diff)
downloadnose-0fbb0d50a3de9cb413b73d79e64ee96b75d39f2e.tar.gz
Implemented loadTestsFromTestCase hook for plugins, with test.
Diffstat (limited to 'functional_tests/test_plugins.py')
-rw-r--r--functional_tests/test_plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functional_tests/test_plugins.py b/functional_tests/test_plugins.py
index baabca6..250597f 100644
--- a/functional_tests/test_plugins.py
+++ b/functional_tests/test_plugins.py
@@ -35,7 +35,7 @@ class TestPluginCalls(unittest.TestCase):
'wantDirectory', 'beforeContext', 'beforeImport',
'afterImport', 'wantModule', 'wantClass', 'wantFunction',
'makeTest', 'wantMethod', 'loadTestsFromTestClass',
- 'loadTestsFromModule', 'startContext',
+ 'loadTestsFromTestCase', 'loadTestsFromModule', 'startContext',
'beforeTest', 'prepareTestCase', 'startTest', 'addSuccess',
'stopTest', 'afterTest', 'stopContext', 'afterContext',
'loadTestsFromDir', 'afterDirectory',