From 8ccee944f324e6b308670b43e0d1e920aa85fcc3 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Sun, 9 Feb 2025 18:07:24 +0000 Subject: [PATCH] . d update TODO.md 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 | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 32a1791..4634478 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,22 @@ TODO: -- if curl is not installed, use wget -- write an ADR -- record the UX design - - how do we publish? +- [ ] if curl is not installed, use wget +- [ ] write an ADR +- [x] record the UX design +- [ ] how do we publish? +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 +``` +or +- run `python3 approvaltests_temp/approve_all.py` +""" + +alternate UX: +`uv tool run approvaltests --approve--all` +or +`python -m approvaltests --approve-all`