Skip to content

Commit 5fc3545

Browse files
committed
just test to run tests against both Datasette versions
Refs #78
1 parent b0ac011 commit 5fc3545

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)