-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added tests #257
Added tests #257
Conversation
[run-notebook-tests]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my comments
container_context now uses container()
|
||
@contextmanager | ||
def added_group(request, base_image, gid, group_name): | ||
# dss_docker_image.image_name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be a fixture, because get_unassigned_gid can be fixture
) | ||
|
||
|
||
def altered_inspector(request, image_name: str, socket_on_host: Path): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be also a fixture, because added_group can be fixture
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs better name
Refactored SocketInspector etc. Moved some functions and classes to separate file
closes #252