Skip to content

Commit 189a85d

Browse files
committed
wip
1 parent 7ff93e3 commit 189a85d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default:
22
echo 'Hello, world!'
33

44
test:
5-
echo 'TODO'
5+
uvx pytest .
66

77
lint:
88
uvx pre-commit run --all-files --hook-stage manual

tests/test_stub.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def test_stub():
2+
pass

0 commit comments

Comments
 (0)