Skip to content
Snippets Groups Projects

Sweeping !1423 from master to devel: fix: use lhcb_test_prmgr for running the integration tests

Merged Sweeping !1423 from master to devel: fix: use lhcb_test_prmgr for running the integration tests
Merged LHCbDIRAC Bot requested to merge cherry-pick-f75a6bed3-devel into devel
3 files
+ 6
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -17,9 +17,9 @@
"""
# pylint: disable=invalid-name,wrong-import-position
import random
import sys
import unittest
import random
from DIRAC.Core.Base.Script import parseCommandLine
@@ -32,9 +32,6 @@ class TestClientTransformationTestCase(unittest.TestCase):
def setUp(self):
self.transClient = TransformationClient()
def tearDown(self):
pass
class LHCbTransformationClientChain(TestClientTransformationTestCase):
def test_addAndRemove(self):
Loading