mirror of
https://github.com/simonw/datasette.git
synced 2026-09-09 01:54:15 +02:00
Remove references to untracked local plans/ and todos/ directories
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012U7coQfVu8nK2R4q2mCULA
This commit is contained in:
parent
c910b8849a
commit
b276bc3aa2
5 changed files with 5 additions and 11 deletions
|
|
@ -1,8 +1,7 @@
|
|||
"""
|
||||
Tests for datasette.add_background_task() / start_background_tasks() and the
|
||||
BackgroundTask / BackgroundTaskSupervisor machinery in
|
||||
datasette/background_tasks.py, per plans/first-request/04-core-plan.md
|
||||
(decisions #2-#5) and todos/first-request/03-background-tasks-api.md.
|
||||
datasette/background_tasks.py.
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ def test_serve_with_get(tmp_path_factory):
|
|||
|
||||
|
||||
def test_serve_with_get_does_not_launch_background_tasks(tmp_path_factory):
|
||||
# Per decision #3 in plans/first-request/04-core-plan.md, --get must
|
||||
# never launch background tasks, even though its TestClient request
|
||||
# --get must never launch background tasks, even though its TestClient
|
||||
# request
|
||||
# flows through the full ASGI stack (including the AsgiRunOnFirstRequest
|
||||
# fallback that would otherwise launch them). The plugin's startup hook
|
||||
# itself still runs (registration happens) - only the launch is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue