Skip to content

Commit 24a9875

Browse files
authored
add pytest args (#73)
* added pytest args * oops * try single quotes * try this * see if issue is undeclared variable
1 parent b38195d commit 24a9875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ lint:
2222

2323

2424
test:
25-
uv run pytest
25+
@echo "to add pytest args: make test ARGS='--durations 5 -vv'"
26+
uv run pytest $(ARGS)
2627
.PHONY: test
2728

2829

0 commit comments

Comments
 (0)