From b25c7b3d2d3da854755208e05e43cbe787f389ae Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 16 Feb 2019 10:23:17 +0000 Subject: Add plot commands output for auth test --- test/monkeyfarmer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monkeyfarmer.py b/test/monkeyfarmer.py index b5d969e7c..46901e99b 100644 --- a/test/monkeyfarmer.py +++ b/test/monkeyfarmer.py @@ -464,7 +464,7 @@ if __name__ == '__main__': win = browser.new_window() win.load_page("https://httpbin.org/basic-auth/foo/bar") cmds = win.redraw() - + print("Received {} plot commands for auth test".format(len(cmds))) for cmd in cmds: if cmd[0] == "TEXT": x = cmd[2] -- cgit v1.2.3