mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-23 12:56:09 +00:00
test: use package import paths (#2297)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from src.langbot.pkg.plugin.connector import PluginRuntimeConnector
|
from langbot.pkg.plugin.connector import PluginRuntimeConnector
|
||||||
|
|
||||||
|
|
||||||
def test_parse_plugin_id_accepts_author_name():
|
def test_parse_plugin_id_accepts_author_name():
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from src.langbot.pkg.utils import paths
|
from langbot.pkg.utils import paths
|
||||||
|
|
||||||
|
|
||||||
def test_get_data_root_uses_source_root_in_repo_checkout():
|
def test_get_data_root_uses_source_root_in_repo_checkout():
|
||||||
|
|||||||
Reference in New Issue
Block a user