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