8000 Rename tests · pythonnet/pythonnet@5af6fcb · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5af6fcb

Browse files
committed
Rename tests
1 parent 86f56fc commit 5af6fcb

24 files changed

+361
-361
lines changed

src/tests/leaktest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def report(self):
6363
if type(item) != dicttype:
6464
print(item, sys.getrefcount(item))
6565

66-
def testModules(self):
66+
def test_modules(self):
6767
self.notify("Running module leak check...")
6868

6969
for i in range(self.count):
@@ -78,7 +78,7 @@ def testModules(self):
7878

7979
self.end_test()
8080

81-
def testClasses(self):
81+
def test_classes(self):
8282
from System.Collections import Hashtable
8383
from Python.Test import StringDelegate
8484

@@ -102,7 +102,7 @@ def testClasses(self):
102102

103103
self.end_test()
104104

105-
def testEnumerations(self):
105+
def test_enumerations(self):
106106
import Python.Test as Test
107107

108108
self.notify("Running enum leak check...")
@@ -137,7 +137,7 @@ def testEnumerations(self):
137137

138138
self.end_test()
139139

140-
def testEvents(self):
140+
def test_events(self):
141141
from Python.Test import EventTest, TestEventArgs
142142

143143
self.notify("Running event leak check...")
@@ -215,7 +215,7 @@ def handler(sender, args, dict=dict):
215215

216216
self.end_test()
217217

218-
def testDelegates(self):
218+
def test_delegates(self):
219219
from Python.Test import DelegateTest, StringDelegate
220220

221221
self.notify("Running delegate leak check...")

0 commit comments

Comments
 (0)
0