From 451ce6eeb31c2b233bd0b0fc2c84a7186fd7f8c7 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 18 Sep 2023 12:20:07 -0700 Subject: [PATCH] make test more verbose --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ce5ad5fa2..7fe4afd113 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,7 +53,7 @@ jobs: - run: name: Run tests command: | - python -m pytest --junitxml=test-results/junit.xml + python -m pytest -vv --junitxml=test-results/junit.xml # Store test results - store_test_results: