Changeset: d3c75b4b83c6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d3c75b4b83c6
Added Files:
testing/tlstester.py
Removed Files:
clients/mapilib/Tests/tlstester.py
Modified Files:
clients/mapilib/Tests/tlssecurity.py
testing/CMakeLists.txt
Branch: Aug2024
Log Message:
Move tlstester to testing/ directory
diffs (27 lines):
diff --git a/clients/mapilib/Tests/tlssecurity.py
b/clients/mapilib/Tests/tlssecurity.py
--- a/clients/mapilib/Tests/tlssecurity.py
+++ b/clients/mapilib/Tests/tlssecurity.py
@@ -16,8 +16,7 @@ import subprocess
import sys
import threading
-sys.path.append(os.environ.get('TSTSRCDIR','.'))
-import tlstester
+from MonetDBtesting import tlstester
level = logging.WARNING
# if sys.platform == 'win32':
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -147,6 +147,7 @@ if(PYTHON3_LIBDIR)
malmapi.py
helpers.py
sqltest.py
+ tlstester.py
utils.py
DESTINATION ${PYTHON3_LIBDIR}/MonetDBtesting
COMPONENT pytesting)
diff --git a/clients/mapilib/Tests/tlstester.py b/testing/tlstester.py
rename from clients/mapilib/Tests/tlstester.py
rename to testing/tlstester.py
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]