From bba94709f55d06cce02771fcfd572acb0fc73733 Mon Sep 17 00:00:00 2001 From: Marcelo Vogel <mavogel@cern.ch> Date: Sun, 12 Jul 2020 18:44:44 +0200 Subject: [PATCH] Unittest upgraded to support python 3 This branch activates 6 more unittests, which had been previously upgraded to support python 3, but were left deactivated in MR 31736 (Master unittest py2 py3) --- Tools/PyJobTransforms/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/PyJobTransforms/CMakeLists.txt b/Tools/PyJobTransforms/CMakeLists.txt index b9e00659b85f..efdfd7ec0b74 100644 --- a/Tools/PyJobTransforms/CMakeLists.txt +++ b/Tools/PyJobTransforms/CMakeLists.txt @@ -17,12 +17,12 @@ atlas_install_scripts( scripts/HelloWorld_tf.py ) atlas_install_generic( share/*.db DESTINATION share EXECUTABLE ) -foreach( test Echo_tf Sleep_tf +foreach( test Echo_tf EVNTMerge_tf HISTMerge_tf LogFileScanner Sleep_tf transform trfAMI trfArgs trfDecorators trfEnv trfExceptions trfExe trfExitCodes trfFileUtils trfGraph trfJobOptions trfLogger - trfMPTools trfSignal trfSignatures + trfMPTools trfReports trfReportsSignaledExit trfSignal trfSignatures trfUtils trfUtilsDBRelease trfUtilsParallelJobProcessor trfUtilsParallelJobProcessorData - trfValidateRootFile ) + trfValidateRootFile trfValidation ) atlas_add_test( ${test} SCRIPT test/test_${test}.py PROPERTIES TIMEOUT 300 -- GitLab