Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LHCbDIRAC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Anton Lu
LHCbDIRAC
Commits
b541d5c7
Commit
b541d5c7
authored
7 years ago
by
Federico Stagni
Browse files
Options
Downloads
Patches
Plain Diff
minor fix
parent
d1c780b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Integration/ProductionXMLLogAnalysis/Test_XMLSummaryAnalysis.py
+0
-18
0 additions, 18 deletions
...ation/ProductionXMLLogAnalysis/Test_XMLSummaryAnalysis.py
with
0 additions
and
18 deletions
tests/Integration/ProductionXMLLogAnalysis/Test_XMLSummaryAnalysis.py
+
0
−
18
View file @
b541d5c7
...
...
@@ -37,9 +37,6 @@ class XMLSummaryAnalysisTestCase( unittest.TestCase ):
class
XMLSummaryAnalysisDataReconstruction
(
XMLSummaryAnalysisTestCase
):
def
setUp
(
self
):
super
(
XMLSummaryAnalysisDataReconstruction
,
self
).
setUp
()
def
test_brunel_ok
(
self
):
self
.
generalTest
(
'
DataReconstruction
'
,
'
ok
'
)
def
test_daVinci_ok
(
self
):
...
...
@@ -53,9 +50,6 @@ class XMLSummaryAnalysisDataReconstruction( XMLSummaryAnalysisTestCase ):
class
XMLSummaryAnalysisDataReprocessing
(
XMLSummaryAnalysisTestCase
):
def
setUp
(
self
):
super
(
XMLSummaryAnalysisDataReprocessing
,
self
).
setUp
()
def
test_brunel_ok
(
self
):
self
.
generalTest
(
'
DataReprocessing
'
,
'
ok
'
)
def
test_daVinci_ok
(
self
):
...
...
@@ -68,9 +62,6 @@ class XMLSummaryAnalysisDataReprocessing( XMLSummaryAnalysisTestCase ):
class
XMLSummaryAnalysisDataStripping
(
XMLSummaryAnalysisTestCase
):
def
setUp
(
self
):
super
(
XMLSummaryAnalysisDataStripping
,
self
).
setUp
()
def
test_daVinci_ok
(
self
):
self
.
generalTest
(
'
DataStripping
'
,
'
ok
'
)
...
...
@@ -79,9 +70,6 @@ class XMLSummaryAnalysisDataStripping( XMLSummaryAnalysisTestCase ):
class
XMLSummaryAnalysisSelection
(
XMLSummaryAnalysisTestCase
):
def
setUp
(
self
):
super
(
XMLSummaryAnalysisSelection
,
self
).
setUp
()
def
test_daVinci_ok
(
self
):
self
.
generalTest
(
'
Selection
'
,
'
ok
'
)
...
...
@@ -90,9 +78,6 @@ class XMLSummaryAnalysisSelection( XMLSummaryAnalysisTestCase ):
class
XMLSummaryAnalysisMCSimulation
(
XMLSummaryAnalysisTestCase
):
def
setUp
(
self
):
super
(
XMLSummaryAnalysisMCSimulation
,
self
).
setUp
()
def
test_brunel_ok
(
self
):
self
.
generalTest
(
'
MCSimulation
'
,
'
ok
'
)
def
test_boole_ok
(
self
):
...
...
@@ -109,9 +94,6 @@ class XMLSummaryAnalysisMCSimulation( XMLSummaryAnalysisTestCase ):
class
XMLSummaryAnalysisMerge
(
XMLSummaryAnalysisTestCase
):
def
setUp
(
self
):
super
(
XMLSummaryAnalysisMerge
,
self
).
setUp
()
# def test_brunel_ok( self ):
# self.generalTest( 'Merge', 'ok' )
# def test_boole_ok( self ):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment