diff tests/test-batching.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
line wrap: on
line diff
--- a/tests/test-batching.py	Mon Jul 22 16:49:38 2024 +0200
+++ b/tests/test-batching.py	Tue Jul 23 10:02:46 2024 +0200
@@ -55,6 +55,7 @@
 
 # usage of "thing" interface
 def use(it):
+
     # Direct call to base method shared between client and server.
     bprint(it.hello())
 
@@ -105,7 +106,6 @@
 
 # server side
 
-
 # equivalent of wireproto's global functions
 class server:
     def __init__(self, local):
@@ -156,7 +156,6 @@
 
 # local side
 
-
 # equivalent of wireproto.encode/decodelist, that is, type-specific marshalling
 # here we just transform the strings a bit to check we're properly en-/decoding
 def mangle(s):