Skip to content
Snippets Groups Projects
Commit ecf925b9 authored by Eugine Blikh's avatar Eugine Blikh
Browse files

Remove obsolete debug output and pprint import

parent 02d31af4
No related branches found
No related tags found
No related merge requests found
import os
import sys
import glob
from pprint import pprint
from server import Server
from test_suite import Test
......@@ -9,7 +8,6 @@ from tarantool_server import TarantoolServer, FuncTest
class LuaTest(FuncTest):
def execute(self, server):
pprint('test lua',sys.stderr)
for i in open(self.name, 'r').read().replace('\n\n', '\n').split(';\n'):
server.admin(i)
......
import os
import sys
import glob
from pprint import pprint
from server import Server
from test_suite import Test
......
......@@ -11,7 +11,6 @@ import pexpect
import traceback
import subprocess
import ConfigParser
import pprint
from server import Server
from box_connection import BoxConnection
......
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