diff --git a/bin/pytest b/bin/pytest new file mode 100755 --- /dev/null +++ b/bin/pytest @@ -0,0 +1,2 @@ +#!/bin/sh +exec pdm run pytest "$@"