Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe
main
Commits
db2fd618
Commit
db2fd618
authored
Oct 10, 2017
by
Daniele Venzano
Browse files
Fix pylint warnings
parent
d93bc5c3
Pipeline
#4580
passed with stages
in 2 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
zoe_master/backends/docker/tests/api_client_test.py
View file @
db2fd618
...
...
@@ -15,6 +15,8 @@
"""Unit tests"""
import
time
import
pytest
from
zoe_master.backends.docker
import
api_client
...
...
@@ -341,10 +343,12 @@ class MockContainer:
def
stop
(
self
,
timeout
=
5
):
"""Stop method"""
return
time
.
sleep
(
timeout
/
10
)
def
remove
(
self
,
force
=
False
):
"""Remove method"""
if
force
:
return
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment