tangled
alpha
login
or
join now
zzstoatzz.io
/
bot
1
fork
atom
a digital entity named phi that roams bsky
1
fork
atom
overview
issues
pulls
1
pipelines
Add just test-thread command
zzstoatzz.io
7 months ago
2c5eaf65
d22a4d30
+4
1 changed file
expand all
collapse all
unified
split
justfile
+4
justfile
···
6
6
test-post:
7
7
uv run python scripts/test_post.py
8
8
9
9
+
# Test thread context
10
10
+
test-thread:
11
11
+
uv run python scripts/test_thread_context.py
12
12
+
9
13
# Run tests
10
14
test:
11
15
uv run pytest tests/ -v