mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] Remove non-functional test code
This commit is contained in:
parent
c3e49d6a9e
commit
74b5e12e37
@ -381,16 +381,5 @@ class ParameterNumberTest(unittest.TestCase):
|
||||
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user