]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Use triple double quotes around docstrings more consistently
authorJouni Malinen <j@w1.fi>
Sat, 9 Mar 2024 15:11:03 +0000 (17:11 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 9 Mar 2024 15:59:25 +0000 (17:59 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_dbus.py

index f5cfecbd65b4119d2a8965458fee6d8007e4303d..f31b60eb99ec6273275bbcba8f2655d54183a6ac 100644 (file)
@@ -6095,7 +6095,7 @@ def test_dbus_roam(dev, apdev):
             raise Exception("Expected signals not seen")
 
 def test_dbus_creds(dev, apdev):
-    "D-Bus interworking credentials"
+    """D-Bus interworking credentials"""
     (bus, wpas_obj, path, if_obj) = prepare_dbus(dev[0])
     iface = dbus.Interface(if_obj, WPAS_DBUS_IFACE)
 
@@ -6142,7 +6142,7 @@ def test_dbus_creds(dev, apdev):
         raise Exception("Credential remove failed")
 
 def test_dbus_interworking(dev, apdev):
-    "D-Bus interworking selection"
+    """D-Bus interworking selection"""
     (bus, wpas_obj, path, if_obj) = prepare_dbus(dev[0])
     iface = dbus.Interface(if_obj, WPAS_DBUS_IFACE)
 
@@ -6208,7 +6208,7 @@ def test_dbus_interworking(dev, apdev):
             raise Exception("Expected signals not seen")
 
 def test_dbus_hs20_terms_and_conditions(dev, apdev):
-    "D-Bus HS2.0 Terms and Conditions acceptance"
+    """D-Bus HS2.0 Terms and Conditions acceptance"""
     check_eap_capa(dev[0], "MSCHAPV2")
 
     (bus, wpa_obj, path, if_obj) = prepare_dbus(dev[0])