Skip to content

Commit

Permalink
Update pytest output for comparing long string diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks committed Oct 9, 2024
1 parent c9e9932 commit 9247272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ deploy-aca: ## Run deployment script for Azure Container Apps
./scripts/deploy-aca.sh

test: ## Run PyTest (verbose)
pytest ./tests -v
pytest ./tests -vv

test-not-slow: ## Run PyTest (verbose, skip slow tests)
pytest ./tests -v -m "not slow"
pytest ./tests -vv -m "not slow"

test-watch: ## Start PyTest Watch
ptw --clear ./tests
Expand Down

0 comments on commit 9247272

Please sign in to comment.