Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
e96abdf7
Commit
e96abdf7
authored
Mar 14, 2019
by
Samuel GAIST
Browse files
[test][docker_environments] Code cleanup
parent
9f27d73f
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/test_docker_environments.py
View file @
e96abdf7
...
...
@@ -52,7 +52,7 @@ class EnvironmentTest(unittest.TestCase):
def
tearDown
(
self
):
self
.
host
.
teardown
()
assert
not
self
.
host
.
containers
# All containers are gone
self
.
assert
False
(
self
.
host
.
containers
)
# All containers are gone
@
slow
def
test_package_enumeration
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment