Fixing Transforms unit-tests (ATLASJT-410)
Two remained Transforms Core unit-tests are fixed in master branch.
test_trfArgClasses:
failed due to the fact that __cmp__()
is not supported by Py3. This method is replaced with the set of comparison methods e.g __eq__()
.
test_trfArgClassesATLAS: (This test fails in AthSimulation and AthGeneration, to prevent this failure, these projects are excluded)
-
test_argTAGFileMetadata
was the reason of unittest failure. However, we don't need to keep this test in master branch anymore since TAG files are abandoned in master. - Updating path of old input test files.
Edited by Mohsen Rezaei Estabragh