We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c3e49d6 commit 74b5e12Copy full SHA for 74b5e12
python/plugins/processing/tests/ParametersTest.py
@@ -381,16 +381,5 @@ def testOptional(self):
381
self.assertEqual(requiredParameter.value, 5)
382
383
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
395
if __name__ == '__main__':
396
unittest.main()
0 commit comments