mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 14:59:54 +00:00
[cert] capitalize python class constants (#5080)
According to PEP8, constants should be written in all capital letters. This commit capitalizes these constants: - thread_cert.TestCase.topology - thread_cert.TestCase.support_ncp
This commit is contained in:
@@ -49,9 +49,9 @@ SRV_1_SERVER_DATA = 'qux'
|
||||
|
||||
|
||||
class Test_Service(thread_cert.TestCase):
|
||||
support_ncp = False
|
||||
SUPPORT_NCP = False
|
||||
|
||||
topology = {
|
||||
TOPOLOGY = {
|
||||
LEADER: {
|
||||
'channel': 12,
|
||||
'mode': 'rsdn',
|
||||
|
||||
Reference in New Issue
Block a user