From fc07876486f75b41a17ce8c692c28f79a510e1ac Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 May 2021 20:51:41 +0300 Subject: refactor: combine individual scenarios for two-element lists Sponsored-by: author --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index a1968b8..60d9615 100644 --- a/README.md +++ b/README.md @@ -183,26 +183,15 @@ These scenarios verify that the server finds the maximum integer in a list of two. There is a separate scenario for every possible list of two elements. -### List of two identical numbers - ~~~scenario given server + when I run max-client.py 5 5 then answer is 5 -~~~ -### List of two numbers in order - -~~~scenario -given server when I run max-client.py 5 6 then answer is 6 -~~~ - -### List of two numbers in wrong order -~~~scenario -given server when I run max-client.py 6 5 then answer is 6 ~~~ -- cgit v1.2.1