diff --git a/tests/dialogue_understanding/commands/conftest.py b/tests/dialogue_understanding/processor/conftest.py similarity index 100% rename from tests/dialogue_understanding/commands/conftest.py rename to tests/dialogue_understanding/processor/conftest.py diff --git a/tests/dialogue_understanding/commands/test_command_processor.py b/tests/dialogue_understanding/processor/test_command_processor.py similarity index 97% rename from tests/dialogue_understanding/commands/test_command_processor.py rename to tests/dialogue_understanding/processor/test_command_processor.py index 0e623c57c2a4..a0ba44a6f00a 100644 --- a/tests/dialogue_understanding/commands/test_command_processor.py +++ b/tests/dialogue_understanding/processor/test_command_processor.py @@ -14,7 +14,7 @@ from rasa.shared.core.flows.flow import FlowsList from rasa.shared.core.trackers import DialogueStateTracker from rasa.shared.core.flows.yaml_flows_io import flows_from_str -from tests.dialogue_understanding.commands.conftest import start_bar_user_uttered +from tests.dialogue_understanding.processor.conftest import start_bar_user_uttered def test_properly_prepared_tracker(tracker: DialogueStateTracker):