mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
python: get rid of pointless empty overridden methods
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
983f222e38
commit
e8fda61a57
@@ -24,9 +24,6 @@ import samba.tests
|
||||
|
||||
class GlueTests(samba.tests.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
super(GlueTests, self).setUp()
|
||||
|
||||
def test_generate_random_str(self):
|
||||
string = _glue.generate_random_str(10)
|
||||
self.assertEqual(type(string), str)
|
||||
|
||||
Reference in New Issue
Block a user