---
 tests/unit/test_incoming_command.py       |    1 
 tests/unit/test_lock_key_commands.py      |    1 
 tests/unit/test_numlock_command.py        |    1 
 tests/unit/test_output_manager.py         |    1 
 tests/unit/test_progress_detector.py      |    1 
 tests/unit/test_tab_completion_manager.py |    1 
 tests/unit/test_time_command.py           |    1 
 tests/unit/test_x11_terminal_mode.py      |  386 ------------------------------
 8 files changed, 393 deletions(-)

--- a/tests/unit/test_incoming_command.py
+++ b/tests/unit/test_incoming_command.py
@@ -12,7 +12,6 @@ import pytest
 def _load_incoming_module():
     module_path = (
         Path(__file__).resolve().parents[2]
-        / "src"
         / "fenrirscreenreader"
         / "commands"
         / "onScreenUpdate"
--- a/tests/unit/test_lock_key_commands.py
+++ b/tests/unit/test_lock_key_commands.py
@@ -8,7 +8,6 @@ import pytest
 def load_lock_command(command_file):
     command_path = (
         Path(__file__).resolve().parents[2]
-        / "src"
         / "fenrirscreenreader"
         / "commands"
         / "onKeyInput"
--- a/tests/unit/test_numlock_command.py
+++ b/tests/unit/test_numlock_command.py
@@ -8,7 +8,6 @@ import pytest
 def load_numlock_command():
     command_path = (
         Path(__file__).parents[2]
-        / "src"
         / "fenrirscreenreader"
         / "commands"
         / "onKeyInput"
--- a/tests/unit/test_output_manager.py
+++ b/tests/unit/test_output_manager.py
@@ -42,7 +42,6 @@ def build_output_manager():
 def load_key_interrupt_module():
     module_path = (
         Path(__file__).resolve().parents[2]
-        / "src"
         / "fenrirscreenreader"
         / "commands"
         / "onKeyInput"
--- a/tests/unit/test_progress_detector.py
+++ b/tests/unit/test_progress_detector.py
@@ -8,7 +8,6 @@ import pytest
 def _load_progress_module():
     module_path = (
         Path(__file__).resolve().parents[2]
-        / "src"
         / "fenrirscreenreader"
         / "commands"
         / "onScreenUpdate"
--- a/tests/unit/test_tab_completion_manager.py
+++ b/tests/unit/test_tab_completion_manager.py
@@ -39,7 +39,6 @@ def _build_env(old_text="", cursor=None,
 def _load_large_insertion_module():
     module_path = (
         Path(__file__).resolve().parents[2]
-        / "src"
         / "fenrirscreenreader"
         / "commands"
         / "onCursorChange"
--- a/tests/unit/test_time_command.py
+++ b/tests/unit/test_time_command.py
@@ -11,7 +11,6 @@ from unittest.mock import Mock
 def _load_time_module():
     module_path = (
         Path(__file__).resolve().parents[2]
-        / "src"
         / "fenrirscreenreader"
         / "commands"
         / "onHeartBeat"
