refactor(bottle): finish bottle package move
lint / lint (push) Successful in 1m59s
test / unit (pull_request) Successful in 46s
test / integration (pull_request) Successful in 16s
test / coverage (pull_request) Successful in 57s

This commit is contained in:
2026-07-06 16:13:30 -04:00
parent d4a4c47bea
commit ec14ce0048
13 changed files with 688 additions and 394 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ import unittest
from pathlib import Path
from bot_bottle.backend import BottleSpec, get_bottle_backend
from bot_bottle.bottle_state import cleanup_state
from bot_bottle.bottle.state import cleanup_state
from bot_bottle.manifest import ManifestIndex
from tests._docker import skip_unless_docker