Skip to content
GitLab
Menu
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
49ddec04
Commit
49ddec04
authored
Jun 05, 2020
by
Samuel GAIST
Browse files
[test][docker_environments] Use a processing environment for package test
parent
f29532eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/test_docker_environments.py
View file @
49ddec04
...
...
@@ -46,9 +46,7 @@ from .utils import slow
class
EnvironmentTest
(
unittest
.
TestCase
):
def
setUp
(
self
):
self
.
host
=
Host
(
raise_on_errors
=
False
)
self
.
test_environment
=
self
.
host
.
full_environment_name
(
"Cxx development environment"
)
self
.
test_environment
=
self
.
host
.
full_environment_name
(
"C++"
)
def
tearDown
(
self
):
self
.
host
.
teardown
()
...
...
Write
Preview
Supports
Markdown
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