Skip to content

Commit

Permalink
Refactor tests for proper collection
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 6, 2023
1 parent 978e862 commit 5614fe6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 39 deletions.
18 changes: 0 additions & 18 deletions tests/integration/__init__.py

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

from chatbot_core.utils.enum import ConversationControls, ConversationState
from chatbot_core.utils.bot_utils import clean_up_bot
from ..chatbot_objects import *
from .chatbot_objects import *


SERVER = "0.0.0.0"


@pytest.mark.timeout(timeout=300, method='signal')
class ChatbotCoreTests(unittest.TestCase):
class TestChatbotCore(unittest.TestCase):

@classmethod
def setUpClass(cls) -> None:
Expand Down Expand Up @@ -192,7 +192,7 @@ def test_15_histories_length(self):

@pytest.mark.timeout(30)
def test_messagebus_connection(self):
from chatbot_core.utils import init_message_bus
from chatbot_core.utils.bot_utils import init_message_bus
from threading import Thread
from mycroft_bus_client import MessageBusClient

Expand Down
18 changes: 0 additions & 18 deletions tests/units/__init__.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5614fe6

Please sign in to comment.