Skip to content

Commit

Permalink
Fix formating of the number list
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 1, 2024
1 parent 4f4de6c commit 4e13ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e13ce9

Please sign in to comment.