Skip to content

Commit

Permalink
use pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Mar 2, 2024
1 parent 8f39bab commit aefea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ while [ $attempts -lt 30 ]; do
attempts=$((attempts + 1))
done

python3 integration/sample.py
pytest integration

0 comments on commit aefea7e

Please sign in to comment.