issues
search
aklajnert
/
pytest-subprocess
Pytest plugin to fake subprocess.
MIT License
107
stars
14
forks
source link
wrap ProcessDispatcher.dispatch into FakePopenWrapper
#170
Closed
meeshal
closed
1 month ago
meeshal
commented
1 month ago
patching subprocess.Popen with ProcessDispatcher.dispatch causes TypeError when Popen is used as a type. Wrapped it into FakePopenWrapper instead.
meeshal
commented
1 month ago
Closes #155