Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
ecf925b9
Commit
ecf925b9
authored
11 years ago
by
Eugine Blikh
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete debug output and pprint import
parent
02d31af4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
test/lib/lua_tarantool_server.py
+0
-2
0 additions, 2 deletions
test/lib/lua_tarantool_server.py
test/lib/python_tarantool_server.py
+0
-1
0 additions, 1 deletion
test/lib/python_tarantool_server.py
test/lib/tarantool_server.py
+0
-1
0 additions, 1 deletion
test/lib/tarantool_server.py
with
0 additions
and
4 deletions
test/lib/lua_tarantool_server.py
+
0
−
2
View file @
ecf925b9
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
)
...
...
This diff is collapsed.
Click to expand it.
test/lib/python_tarantool_server.py
+
0
−
1
View file @
ecf925b9
import
os
import
sys
import
glob
from
pprint
import
pprint
from
server
import
Server
from
test_suite
import
Test
...
...
This diff is collapsed.
Click to expand it.
test/lib/tarantool_server.py
+
0
−
1
View file @
ecf925b9
...
...
@@ -11,7 +11,6 @@ import pexpect
import
traceback
import
subprocess
import
ConfigParser
import
pprint
from
server
import
Server
from
box_connection
import
BoxConnection
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment