Gitaly Comparison tests: RpcHelper class for do_rpc pattern
This should help reducing the boilerplate in comparison tests, while also making clear that the focus of them is the comparison, not the actual responses. For instance, we should not need to update expected values in the tests if Gitaly fixes a bug and we follow suit. We're using `test_find_ref_name()` to demonstrate. A possible next step would be to include commit id conversions in the `RpcHelper` class, or rather the fixture. Closes #56
parent
ee43254c
No related branches found
No related tags found
Please register or sign in to comment