mirror of
https://github.com/simonw/datasette.git
synced 2026-09-20 07:24:18 +02:00
5 lines
87 B
Bash
5 lines
87 B
Bash
|
|
#!/bin/zsh
|
||
|
|
set -eu
|
||
|
|
|
||
|
|
cd -- "${0:A:h}"
|
||
|
|
exec uv run --with-editable '.[test]' pytest "$@"
|