From 7e7bbf59a807072a44c41f710a8c012a2e68bf8b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 19 Nov 2024 21:05:42 -0500 Subject: [PATCH] ENH: run pytest against dandi-cli with -v to see which tests ran --- .github/workflows/cli-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-integration.yml b/.github/workflows/cli-integration.yml index f896e07c4..2e997058a 100644 --- a/.github/workflows/cli-integration.yml +++ b/.github/workflows/cli-integration.yml @@ -80,7 +80,7 @@ jobs: - name: Run dandi-api tests in dandi-cli run: | - python -m pytest --dandi-api \ + python -m pytest --dandi-api -v \ "$pythonLocation/lib/python${{ matrix.python }}/site-packages/dandi" env: DANDI_TESTS_PERSIST_DOCKER_COMPOSE: "1"