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
test-post:
7
uv run python scripts/test_post.py
8
0
0
0
0
9
# Run tests
10
test:
11
uv run pytest tests/ -v
···
6
test-post:
7
uv run python scripts/test_post.py
8
9
+
# Test thread context
10
+
test-thread:
11
+
uv run python scripts/test_thread_context.py
12
+
13
# Run tests
14
test:
15
uv run pytest tests/ -v