Skip to content

Commit 20ffd1e

Browse files
Move test_marketplace.py to tests/sdk/marketplace/
Restructure tests to match the new module structure: - Move tests/sdk/plugin/test_marketplace.py -> tests/sdk/marketplace/test_marketplace.py - Update imports to use openhands.sdk.marketplace (canonical location) Co-authored-by: openhands <openhands@all-hands.dev>
1 parent a415f07 commit 20ffd1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
import pytest
66

7-
from openhands.sdk.plugin import (
7+
from openhands.sdk.marketplace import (
88
Marketplace,
99
MarketplaceMetadata,
1010
MarketplaceOwner,
1111
MarketplacePluginEntry,
1212
MarketplacePluginSource,
13-
PluginAuthor,
1413
)
14+
from openhands.sdk.plugin import PluginAuthor
1515

1616

1717
class TestMarketplaceOwner:

0 commit comments

Comments
 (0)