Skip to content

Commit

Permalink
. d update TODO.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Jay Bazuzi <jay@bazuzi.com>
Co-Authored-By: Michael R Wolf <MichaelRWolf@att.net>
Co-Authored-By: 4dsherwood <10386643+4dsherwood@users.noreply.github.com>
Co-Authored-By: Nitsan Avni <nitsanav@gmail.com>
Co-Authored-By: Joss Hufnagel <43077216+blade290@users.noreply.github.com>
Co-Authored-By: Tomer Negad <107677845+tomernegad@users.noreply.github.com>
  • Loading branch information
7 people committed Feb 9, 2025
1 parent 4173244 commit 8ccee94
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 8ccee94

Please sign in to comment.