Skip to content

Commit

Permalink
change root directory to fix running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkv29 committed Apr 2, 2024
1 parent 5db2a0d commit 32eff0f
Show file tree
Hide file tree
Showing 65 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions command_line_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tracex.tracex.settings")
# pylint: enable=wrong-import-position

from tracex.extraction.prototype import input_inquiry as ii
from tracex.extraction.prototype import input_handling as ih
from tracex_project.extraction.prototype import input_inquiry as ii
from tracex_project.extraction.prototype import input_handling as ih


def main():
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from unittest.mock import MagicMock
from django.test import TestCase

from tracex.extraction.logic.orchestrator import Orchestrator, ExtractionConfiguration
from tracex.extraction.logic.modules.module_activity_labeler import ActivityLabeler
from tracex.extraction.logic.modules.module_time_extractor import TimeExtractor
from tracex.extraction.logic.modules.module_event_type_classifier import EventTypeClassifier
from tracex.extraction.logic.modules.module_location_extractor import LocationExtractor
from tracex_project.extraction.logic.orchestrator import Orchestrator, ExtractionConfiguration
from tracex_project.extraction.logic.modules.module_activity_labeler import ActivityLabeler
from tracex_project.extraction.logic.modules.module_time_extractor import TimeExtractor
from tracex_project.extraction.logic.modules.module_event_type_classifier import EventTypeClassifier
from tracex_project.extraction.logic.modules.module_location_extractor import LocationExtractor


class OrchestratorTests(TestCase):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 32eff0f

Please sign in to comment.