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
5083389f85a2ef71867efca5fd27b714e6ae833b
Authored by
selurvedu
2016-04-21 03:58:07 +0000
1 parent
6df95648
Tag: robot_tests 2.3
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
op_robot_tests/tests_files/resource.robot
setup.py
op_robot_tests/tests_files/resource.robot
View file @
5083389
1
*** Variables ***
1
*** Variables ***
2
${api_host_url} https://lb.api-sandbox.openprocurement.org
2
${api_host_url} https://lb.api-sandbox.openprocurement.org
3
-
${api_version} 2.
2
3
+
${api_version} 2.
3
4
${broker} Quinta
4
${broker} Quinta
5
${role} viewer
5
${role} viewer
setup.py
View file @
5083389
1
from
setuptools
import
find_packages
,
setup
1
from
setuptools
import
find_packages
,
setup
2
2
3
-
version
=
'2.
0
'
3
+
version
=
'2.
3
'
4
4
5
setup
(
name
=
'op_robot_tests'
,
5
setup
(
name
=
'op_robot_tests'
,
6
version
=
version
,
6
version
=
version
,
Please
register
or
login
to post a comment