We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef035e7 commit a3aee0dCopy full SHA for a3aee0d
tests/integration/test_custom_name.py
@@ -16,9 +16,9 @@
16
17
import pytest
18
19
-from custom_name.test_custom_name_args import TEST_NAME_ARGS
20
-from custom_name.test_custom_name_empty import TEST_NAME_EMPTY
21
-from custom_name.test_custom_name_kwargs import TEST_NAME_KWARGS
+from examples.custom_name.test_custom_name_args import TEST_NAME_ARGS
+from examples.custom_name.test_custom_name_empty import TEST_NAME_EMPTY
+from examples.custom_name.test_custom_name_kwargs import TEST_NAME_KWARGS
22
from tests import REPORT_PORTAL_SERVICE
23
from tests.helpers import utils
24
0 commit comments