Skip to content

Commit a90ce72

Browse files
committed
Restyled by autopep8
Signed-off-by: Charles Kim <[email protected]>
1 parent b694092 commit a90ce72

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

src/python_testing/TC_WEBRTCR_2_1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ async def test_TC_WebRTCR_2_1(self):
143143
self.step(3)
144144
# Prompt user with instructions
145145
prompt_msg = (
146-
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
146+
f"\nPlease commission the server app from DUT: manual code='{
147+
params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
147148
f" pairing onnetwork 1 {passcode}\n"
148149
"Input 'Y' if DUT successfully commissions without any warnings\n"
149150
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

src/python_testing/TC_WEBRTCR_2_2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ async def test_TC_WebRTCR_2_2(self):
143143
self.step(3)
144144
# Prompt user with instructions
145145
prompt_msg = (
146-
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
146+
f"\nPlease commission the server app from DUT: manual code='{
147+
params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
147148
f" pairing onnetwork 1 {passcode}\n"
148149
"Input 'Y' if DUT successfully commissions without any warnings\n"
149150
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

src/python_testing/TC_WEBRTCR_2_5.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ async def test_TC_WebRTCR_2_5(self):
147147
self.step(3)
148148
# Prompt user with instructions
149149
prompt_msg = (
150-
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
150+
f"\nPlease commission the server app from DUT: manual code='{
151+
params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
151152
f" pairing onnetwork 1 {passcode}\n"
152153
"Input 'Y' if DUT successfully commissions without any warnings\n"
153154
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

src/python_testing/TC_WEBRTCR_2_6.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ async def test_TC_WebRTCR_2_6(self):
144144
self.step(3)
145145
# Prompt user with instructions
146146
prompt_msg = (
147-
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
147+
f"\nPlease commission the server app from DUT: manual code='{
148+
params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
148149
f" pairing onnetwork 1 {passcode}\n"
149150
"Input 'Y' if DUT successfully commissions without any warnings\n"
150151
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

src/python_testing/TC_WEBRTCR_2_7.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ async def test_TC_WebRTCR_2_7(self):
144144
self.step(3)
145145
# Prompt user with instructions
146146
prompt_msg = (
147-
f"\nPlease commission the server app from DUT: manual code='{params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
147+
f"\nPlease commission the server app from DUT: manual code='{
148+
params.setupManualCode}' QR code='{params.setupQRCode}' :\n"
148149
f" pairing onnetwork 1 {passcode}\n"
149150
"Input 'Y' if DUT successfully commissions without any warnings\n"
150151
"Input 'N' if commissioner warns about commissioning the non-genuine device, "

0 commit comments

Comments
 (0)