Skip to content

Commit

Permalink
add dragon utils to pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyssaCote committed Oct 30, 2024
1 parent 7ea00ab commit b8b0d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ force-exclude = '''
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "debug"
pythonpath = ["tests/dragon_wlm_/utils"]
testpaths = [
"tests"
"tests",
]
norecursedirs = [
"tests/test_configs",
Expand Down
4 changes: 2 additions & 2 deletions tests/dragon_wlm/test_request_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
from smartsim._core.mli.message_handler import MessageHandler
from smartsim.log import get_logger

from .channel import FileSystemCommChannel
from .msg_pump import mock_messages
from .utils.channel import FileSystemCommChannel
from .utils.msg_pump import mock_messages

logger = get_logger(__name__)

Expand Down
File renamed without changes.

0 comments on commit b8b0d41

Please sign in to comment.