roc-toolkit
roc-toolkit copied to clipboard
Create integration test for command-line tools
It would be nice to add integration tests for our command-line tools: roc-send
and roc-recv
. Currently they are not covered with tests, and sometimes a breakage remains unnoticeable for a while.
These tests will live in a separate repo: rt-tests.
A test will basically generate a wav file, and run roc-send to send it and roc-recv to receive it and record to a new wav file, and then compare original and received files.
For further details please refer to the issue in rt-tests: https://github.com/roc-streaming/rt-tests/issues/4
See also: #551.
I'm interested in this. Can you assign it to me?
You're welcome!
Hello, I have created a pull request in rt-test. Could you please take a look?
@u7763283 Hi, do you still have plans on the issue?