This module is a wrapper around the resp program, which I've been planning to re-write in Python. It's currently excluded from tests, because the resp dependency cannot be mocked out. It makes more sense to move this wrapper to the Python resp project, where the interface decisions will be made in tandem with the rewrite.
This module is a wrapper around the
resp
program, which I've been planning to re-write in Python. It's currently excluded from tests, because theresp
dependency cannot be mocked out. It makes more sense to move this wrapper to the Pythonresp
project, where the interface decisions will be made in tandem with the rewrite.