Skip to content

Commit

Permalink
DEV: install pytest-sugar for devs, which adds progress bar for tests…
Browse files Browse the repository at this point in the history
… and makes output much nicer imo.
  • Loading branch information
nstelter-slac committed Oct 29, 2024
1 parent 2613a2e commit b7ada3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup_developers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
# (as opposed to setup.sh which needs to be run each new terminal session)

# dependencies used in tests + formatting/linting script
# (these might already be installed into the S3DF env, if so the following
# cmds should simply do nothing)
# (these might already be installed into the S3DF env, if so the following cmds should simply do nothing)
pip install pytest
pip install pillow
pip install ruff

# nice output formatting for pytest
pip install pytest-sugar

# setup test_data submodule
git submodule init
git submodule update

0 comments on commit b7ada3f

Please sign in to comment.