From 073fa5e79edfbfb7d643b047a5607e2b38003014 Mon Sep 17 00:00:00 2001 From: Maciej Gol <1861709+maciej-gol@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:09:02 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b86b6..6b14956 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Faulty test: faulty_test.py::test_faulty ## Comparison of UX Standalone script: -[![asciicast](https://asciinema.org/a/ONa6xL49QAvpPT4XPMMFDe367.svg)](https://asciinema.org/a/ONa6xL49QAvpPT4XPMMFDe367) +[![asciicast](https://asciinema.org/a/wLxhvndvw912zjRYBM2mr3uTG.svg)](https://asciinema.org/a/wLxhvndvw912zjRYBM2mr3uTG) pytest option: [![asciicast](https://asciinema.org/a/FLwgOSMhQyT30pkn2iOxh3qjN.svg)](https://asciinema.org/a/FLwgOSMhQyT30pkn2iOxh3qjN) From ccf19e4c04f6eea420ec55eb44e4f256890d8089 Mon Sep 17 00:00:00 2001 From: Maciej Gol <1861709+maciej-gol@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:10:54 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b14956..1e68227 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Standalone script: [![asciicast](https://asciinema.org/a/wLxhvndvw912zjRYBM2mr3uTG.svg)](https://asciinema.org/a/wLxhvndvw912zjRYBM2mr3uTG) pytest option: -[![asciicast](https://asciinema.org/a/FLwgOSMhQyT30pkn2iOxh3qjN.svg)](https://asciinema.org/a/FLwgOSMhQyT30pkn2iOxh3qjN) - +[![asciicast](https://asciinema.org/a/EudozjTNeML0X18uhgbHO6hda.svg)](https://asciinema.org/a/EudozjTNeML0X18uhgbHO6hda) ## Installation + ```shell $ pip install pytest-bisect-tests ``` From 59937c08f394e8844b6bf6ae73c1d55fc1a47ac7 Mon Sep 17 00:00:00 2001 From: Maciej Gol <1861709+maciej-gol@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:11:45 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e68227..aa174b1 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Standalone script: pytest option: [![asciicast](https://asciinema.org/a/EudozjTNeML0X18uhgbHO6hda.svg)](https://asciinema.org/a/EudozjTNeML0X18uhgbHO6hda) -## Installation +## Installation ```shell $ pip install pytest-bisect-tests