pytest-xprocess
pytest-xprocess copied to clipboard
pytest external process plugin
Add retry for request_response_cycle - fixes #154 - [x] Add an entry in `CHANGELOG.rst`, summarizing the change and linking to the issue. - [x] Run `pre-commit` hooks and fix any...
Fixes #155.
- fixes #160 When I was doing this in my ProcessStarter subclass, I had to read lines in reverse to avoid finding previous runs in a persistent log file. May...
I like using [OS-assigned ports in test servers](https://github.com/conda/conda-libmamba-solver/pull/700/files#diff-586d18dd5c103261d5adb46f77bdce6cce9ca4924be9b691f4f713f7527c6256R66-R69) where a server binds to port 0, and then communicates the OS-chosen port, say, by printing it out. The linked code uses...