From 8792003531c28a45f2d9fe730002e952adc21979 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Sun, 9 Feb 2025 20:04:36 +0000 Subject: [PATCH] . d update TODO - UX ideas Co-Authored-By: Jay Bazuzi Co-Authored-By: Michael R Wolf Co-Authored-By: 4dsherwood <10386643+4dsherwood@users.noreply.github.com> Co-Authored-By: Nitsan Avni Co-Authored-By: Joss Hufnagel <43077216+blade290@users.noreply.github.com> Co-Authored-By: Tomer Negad <107677845+tomernegad@users.noreply.github.com> --- TODO.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index 4634478..fe59a9f 100644 --- a/TODO.md +++ b/TODO.md @@ -7,16 +7,14 @@ TODO: instructions given to user: """ To approve all failing tests, either: -- run the following -``` -run ./.approvaltests_temp/ensure_uv_installed -uv run approvaltests_temp/approve_all.py -``` +- install uv: https://docs.astral.sh/uv/getting-started/installation/ then run `uv run .approvaltests_temp/approve_all.py` or -- run `python3 approvaltests_temp/approve_all.py` +- run `python3 .approvaltests_temp/approve_all.py` """ alternate UX: `uv tool run approvaltests --approve--all` or `python -m approvaltests --approve-all` +or +`approvaltests --approve-all`