Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LHCbDIRAC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
LHCb Dirac
LHCbDIRAC
Commits
0828d6bc
Commit
0828d6bc
authored
3 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Temp disable test
parent
592b96a5
No related branches found
No related tags found
No related merge requests found
Pipeline
#2404900
passed
3 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/Integration/AccountingSystem/Test_Plotter.py
+1
-1
1 addition, 1 deletion
tests/Integration/AccountingSystem/Test_Plotter.py
with
1 addition
and
1 deletion
tests/Integration/AccountingSystem/Test_Plotter.py
+
1
−
1
View file @
0828d6bc
...
...
@@ -318,6 +318,6 @@ class StoragePlotterUnitTest(PlotterTestCase):
if
__name__
==
'
__main__
'
:
suite
=
unittest
.
defaultTestLoader
.
loadTestsFromTestCase
(
PlotterTestCase
)
suite
.
addTest
(
unittest
.
defaultTestLoader
.
loadTestsFromTestCase
(
DataStoragePlotterUnitTest
))
suite
.
addTest
(
unittest
.
defaultTestLoader
.
loadTestsFromTestCase
(
StoragePlotterUnitTest
))
#
suite.addTest(unittest.defaultTestLoader.loadTestsFromTestCase(StoragePlotterUnitTest))
testResult
=
unittest
.
TextTestRunner
(
verbosity
=
2
).
run
(
suite
)
sys
.
exit
(
not
testResult
.
wasSuccessful
())
This diff is collapsed.
Click to expand it.
Marko Petric
@mpetric
mentioned in commit
e5d84ac8
·
3 years ago
mentioned in commit
e5d84ac8
mentioned in commit e5d84ac8e2346085200205aa07481e263dddb581
Toggle commit list
Marko Petric
@mpetric
mentioned in commit
8077637c
·
3 years ago
mentioned in commit
8077637c
mentioned in commit 8077637c977a59eded55e4ee36fc692fe2e2bf68
Toggle commit list
Marko Petric
@mpetric
mentioned in commit
a459bd81
·
3 years ago
mentioned in commit
a459bd81
mentioned in commit a459bd813bc96c7f8c357f4d48bf9a9ede5b1a22
Toggle commit list
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