File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 22# Run all of the integration test files using `uv run`.
33set -eu
44
5- HERE=$( dirname ${BASH_SOURCE:- $0 } )
6- pushd " $HERE " > /dev/null
7- trap ' popd' ERR
8-
9- for file in test_* .py ; do
5+ for file in integration_tests/test_* .py ; do
106 echo " -----------------"
117 echo " Running $file ..."
128 uv run $file
139 echo " Running $file ...done."
1410 echo " -----------------"
1511done
16-
17- popd
Original file line number Diff line number Diff line change 11# See https://just.systems/man/en/ for instructions
22set shell := [" bash" , " -c" ]
3- # Do not modify the lock file when running justfile commands.
4- export UV_FROZEN := " 1"
53
64# Commonly used command segments.
75typing_run := " uv run --group typing --extra aws --extra encryption --extra ocsp --extra snappy --extra test --extra zstd"
@@ -75,7 +73,7 @@ teardown-tests:
7573
7674[group (' test' )]
7775integration-tests :
78- UV_FROZEN= " 0" bash integration_tests/ run.sh
76+ bash integration_tests/ run.sh
7977
8078[group (' server' )]
8179run-server * args = " ":
You can’t perform that action at this time.
0 commit comments