mirror of
https://github.com/simonw/datasette.git
synced 2026-09-12 03:24:18 +02:00
./pytest.sh -k name_of_test to run a test
This is for 0.65.x branch only - in 1.0 you can run 'uv run pytest' directly.
This commit is contained in:
parent
5825e3a898
commit
47c561d9b6
1 changed files with 5 additions and 0 deletions
5
pytest.sh
Executable file
5
pytest.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
set -eu
|
||||
|
||||
cd -- "${0:A:h}"
|
||||
exec uv run --with-editable '.[test]' pytest "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue