mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
s4-python: Various formatting fixes.
This commit is contained in:
@ -67,6 +67,7 @@ class strcasecmp_m_Tests(samba.tests.TestCase):
|
||||
|
||||
class strstr_m_Tests(samba.tests.TestCase):
|
||||
"""strstr_m tests in simple ASCII and unicode strings"""
|
||||
|
||||
def test_strstr_m(self):
|
||||
# A, B, strstr_m(A, B)
|
||||
cases = [('hello', 'hello', 'hello'),
|
||||
|
Reference in New Issue
Block a user