Skip to content

Commit 91d2f89

Browse files
NiallEgansusodapop
authored andcommitted
Dockerize remainder of PyClient tests
This PR moves the test of the Python client tests to be run from a docker container. I also removed the legacy suite `simple_connection_tests.py` and moved any relevant tests to the smoke test suite
1 parent 8b99176 commit 91d2f89

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmdexec/clients/python/tests/docker-entrypoint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ unit() {
88
}
99

1010
integration() {
11-
# This is just a temporary hack until we have done the full migration and can change the import
12-
# names across the board
13-
touch qa/__init__.py
14-
touch qa/test/__init__.py
15-
touch qa/test/bi/__init__.py
1611
python test_executor.py "$@"
1712
}
1813

0 commit comments

Comments
 (0)