Skip to content
Snippets Groups Projects
Commit ba46ef97 authored by Konstantin Shulgin's avatar Konstantin Shulgin
Browse files

Refactoring: 'refactoring-python-preprocessor':

tarantool preprocessor routine was changed:
 - Now 'exec obj ...' command will translate to obj.execute(...);
 - New command 'send' and 'recv' was added. 'send obj ...' and 'recv obj
   ...' will translate to 'obj.send(...)' and 'obj.recv(...)'
   respectively;
 - New command modifiers 'silent' and 'verbose' was added. Verbose
   (silent = False) value is default.

Tests - box, box_big, box_memcached, box_replication was updated.
parent d8b4c016
No related branches found
No related tags found
No related merge requests found
Showing
with 187 additions and 117 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment