Toggle navigation
Sign in
Alex
/
prozorro-robot_tests
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
b75e6b7d75345887ed85d489ec4236b1c5e39c9e
Authored by
Leits
2016-06-07 15:09:17 +0300
1 parent
fd52c58c
Create rebot command
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
op_robot_tests/rebot.py
setup.py
op_robot_tests/rebot.py
0 → 100644
View file @
b75e6b7
1
+
from
robot.rebot
import
rebot_cli
2
+
import
sys
3
+
4
+
def
rebot
():
5
+
rebot_cli
(
sys
.
argv
[
1
:])
\ No newline at end of file
...
...
setup.py
View file @
b75e6b7
...
...
@@ -40,6 +40,7 @@ setup(name='op_robot_tests',
40
40
'console_scripts'
:
[
41
41
'openprocurement_tests = op_robot_tests.runner:runner'
,
42
42
'op_tests = op_robot_tests.runner:runner'
,
43
+
'rebot = op_robot_tests.rebot:rebot'
43
44
],
44
45
}
45
46
)
...
...
Please
register
or
login
to post a comment