We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4490c commit 5c1095cCopy full SHA for 5c1095c
1 file changed
tests/real_integration/test_scenarios.py
@@ -13,8 +13,8 @@
13
import time
14
import unittest
15
16
-from .github_framework import GitHubRealIntegrationFramework
17
-from .gitlab_framework import GitLabRealIntegrationFramework
+from tests.real_integration.github_framework import GitHubRealIntegrationFramework
+from tests.real_integration.gitlab_framework import GitLabRealIntegrationFramework
18
19
20
class RealIntegrationTestScenarios(unittest.TestCase):
0 commit comments