From 4e13ce91ae68ce49a80ce14135d7b7705eb20ec3 Mon Sep 17 00:00:00 2001 From: rexim Date: Sat, 1 Jun 2024 13:33:54 +0700 Subject: [PATCH] Fix formating of the number list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30ba129..4aa3034 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Universal Behavior Testing Tool in Python. The script is completely self-contain $ ./rere.py record test.list ``` The above command should create `test.list.bi` file with stdout, stderr, and returncode captured as the expected behavior. The file uses [bi format](https://github.com/tsoding/bi-format). + 3. Replay the command lines checking their behavior against the recorded one: ```console $ ./rere.py replay test.list.bi