Skip to content

Commit

Permalink
. d update TODO - UX ideas
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 8ccee94 commit 8792003
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 8792003

Please sign in to comment.