Skip to content

Commit 74b5e12

Browse files
committedMar 15, 2016
[processing] Remove non-functional test code
1 parent c3e49d6 commit 74b5e12

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎python/plugins/processing/tests/ParametersTest.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -381,16 +381,5 @@ def testOptional(self):
381381
self.assertEqual(requiredParameter.value, 5)
382382

383383

384-
def suite():
385-
suite = unittest.makeSuite(ParametersTest, 'test')
386-
return suite
387-
388-
389-
def runtests():
390-
result = unittest.TestResult()
391-
testsuite = suite()
392-
testsuite.run(result)
393-
return result
394-
395384
if __name__ == '__main__':
396385
unittest.main()

0 commit comments

Comments
 (0)
Please sign in to comment.