Skip to content

Commit 5c1095c

Browse files
committed
インポート文のパスを修正して、テストフレームワークの依存関係を明確化
1 parent cf4490c commit 5c1095c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/real_integration/test_scenarios.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
import time
1414
import unittest
1515

16-
from .github_framework import GitHubRealIntegrationFramework
17-
from .gitlab_framework import GitLabRealIntegrationFramework
16+
from tests.real_integration.github_framework import GitHubRealIntegrationFramework
17+
from tests.real_integration.gitlab_framework import GitLabRealIntegrationFramework
1818

1919

2020
class RealIntegrationTestScenarios(unittest.TestCase):

0 commit comments

Comments
 (0)