fix: update Python path to include aider_gitea module for tests
This commit is contained in:
parent
a5b5263d4b
commit
c9f99fbb05
|
@ -3,7 +3,7 @@ import unittest
|
|||
from pathlib import Path
|
||||
|
||||
# Add the aider_gitea module to the Python path
|
||||
sys.path.append(str(Path(__file__).resolve().parent.parent))
|
||||
sys.path.append(str(Path(__file__).resolve().parent.parent / "aider_gitea"))
|
||||
from aider_gitea.seen_issues_db import SeenIssuesDB
|
||||
|
||||
class TestSeenIssuesDB(unittest.TestCase):
|
||||
|
|
Loading…
Reference in New Issue
Block a user