@@ -63,7 +63,7 @@ def report(self):
63
63
if type (item ) != dicttype :
64
64
print (item , sys .getrefcount (item ))
65
65
66
- def testModules (self ):
66
+ def test_modules (self ):
67
67
self .notify ("Running module leak check..." )
68
68
69
69
for i in range (self .count ):
@@ -78,7 +78,7 @@ def testModules(self):
78
78
79
79
self .end_test ()
80
80
81
- def testClasses (self ):
81
+ def test_classes (self ):
82
82
from System .Collections import Hashtable
83
83
from Python .Test import StringDelegate
84
84
@@ -102,7 +102,7 @@ def testClasses(self):
102
102
103
103
self .end_test ()
104
104
105
- def testEnumerations (self ):
105
+ def test_enumerations (self ):
106
106
import Python .Test as Test
107
107
108
108
self .notify ("Running enum leak check..." )
@@ -137,7 +137,7 @@ def testEnumerations(self):
137
137
138
138
self .end_test ()
139
139
140
- def testEvents (self ):
140
+ def test_events (self ):
141
141
from Python .Test import EventTest , TestEventArgs
142
142
143
143
self .notify ("Running event leak check..." )
@@ -215,7 +215,7 @@ def handler(sender, args, dict=dict):
215
215
216
216
self .end_test ()
217
217
218
- def testDelegates (self ):
218
+ def test_delegates (self ):
219
219
from Python .Test import DelegateTest , StringDelegate
220
220
221
221
self .notify ("Running delegate leak check..." )
0 commit comments