Skip to content

Rewrite unittests so debuggers can step into Popen call #35

Closed
@gnikit

Description

@gnikit

The way that we have setup our unittests we cannot actively debug calls to the server.
More specifically, we need to use subprocess.Popen to input the binary buffer to the server, however we also pass the shell=True variable which causes the process to become inaccessible to (any) Python debugger.

rewrite the tests without the use of shell

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions