We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da74aa commit b26163bCopy full SHA for b26163b
1 file changed
tests/tests_integration/base.py
@@ -65,8 +65,11 @@ def clean_project_name(self):
65
scope="class",
66
)
67
def setup_ssh_container(self):
68
- # Annoying session scope does not seem to actually work
69
- container_name = "running_ssh_tests"
+ """
+ Set up the Dockerfile container for SSH tests and
70
+ delete it on teardown.
71
72
+ container_name = "datashuttle_ssh_tests"
73
ssh_test_utils.setup_ssh_container(container_name)
74
yield
75
0 commit comments