We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ac011 commit 5fc3545Copy full SHA for 5fc3545
1 file changed
Justfile
@@ -0,0 +1,5 @@
1
+set positional-arguments
2
+
3
+test *args:
4
+ uv run --isolated --with 'datasette<1.0' --with-editable '.[test]' -- python -m pytest
5
+ uv run --isolated --with 'datasette>=1.0a20' --with-editable '.[test]' -- python -m pytest
0 commit comments