Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Remove non-functional test code
  • Loading branch information
m-kuhn committed Mar 15, 2016
1 parent c3e49d6 commit 74b5e12
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions python/plugins/processing/tests/ParametersTest.py
Expand Up @@ -381,16 +381,5 @@ def testOptional(self):
self.assertEqual(requiredParameter.value, 5)


def suite():
suite = unittest.makeSuite(ParametersTest, 'test')
return suite


def runtests():
result = unittest.TestResult()
testsuite = suite()
testsuite.run(result)
return result

if __name__ == '__main__':
unittest.main()

0 comments on commit 74b5e12

Please sign in to comment.