Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos.toolbox
Commits
2d00277a
Commit
2d00277a
authored
Dec 12, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add empty parser so that erp5testnode is happy
parent
22e6ec5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
slapos/runner/runnertest.py
slapos/runner/runnertest.py
+4
-0
No files found.
slapos/runner/runnertest.py
View file @
2d00277a
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
# vim: set et sts=2:
# vim: set et sts=2:
# pylint: disable-msg=W0311,C0301,C0103,C0111,R0904
# pylint: disable-msg=W0311,C0301,C0103,C0111,R0904
import
argparse
import
ConfigParser
import
ConfigParser
import
datetime
import
datetime
import
json
import
json
...
@@ -439,6 +440,9 @@ class SlaprunnerTestCase(unittest.TestCase):
...
@@ -439,6 +440,9 @@ class SlaprunnerTestCase(unittest.TestCase):
self
.
logout
()
self
.
logout
()
def
main
():
def
main
():
# Empty parser for now - so that erp5testnode is happy when doing --help
parser
=
argparse
.
ArgumentParser
()
parser
.
parse_args
()
unittest
.
main
(
module
=
__name__
)
unittest
.
main
(
module
=
__name__
)
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment