diff bin/pytest @ 2196:5ee5e17a3fd3

help vscode pytest runner work with pdm
author drewp@bigasterisk.com
date Sun, 21 May 2023 17:00:25 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/pytest	Sun May 21 17:00:25 2023 -0700
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec pdm run pytest "$@"