datasette/pytest.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
87 B
Bash
Raw Normal View History

#!/bin/zsh
set -eu
cd -- "${0:A:h}"
exec uv run --with-editable '.[test]' pytest "$@"