Skip to content

Commit

Permalink
pytest -v --verbosity=6
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 18, 2023
1 parent 6caebc9 commit 01b09b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ run_test_or_analysis() {
echo "Executing unit tests..."
mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c conda-forge pytest pytest-mock ipython jupyter_client ucx openmpi
cd ~/legate/tests/unit
pytest -v --verbosity=4
pytest -v --verbosity=6
;;
"mypy")
echo "Executing mypy..."
Expand Down

0 comments on commit 01b09b9

Please sign in to comment.