Commit 391d03c332633f26da92769d442913f76a9e2f50
1 parent
dcf62fb3
Add a short alias for bin/openprocurement_tests
Alias is: bin/op_tests
Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -39,6 +39,7 @@ setup(name='op_robot_tests', | @@ -39,6 +39,7 @@ setup(name='op_robot_tests', | ||
| 39 | entry_points={ | 39 | entry_points={ |
| 40 | 'console_scripts': [ | 40 | 'console_scripts': [ |
| 41 | 'openprocurement_tests = op_robot_tests.runner:runner', | 41 | 'openprocurement_tests = op_robot_tests.runner:runner', |
| 42 | + 'op_tests = op_robot_tests.runner:runner', | ||
| 42 | ], | 43 | ], |
| 43 | } | 44 | } |
| 44 | ) | 45 | ) |
Please
register
or
login
to post a comment