Closed se7entyse7en closed 5 years ago
Oh. Sorry. I approved wrong PR. I still need to review this one.
I took a quick look but I'll do a proper review when #78 is merged because this one depends on it.
I missed to write a proper description, but I think that the docstrings are well detailed. For the review I suggest you to take a look at https://github.com/src-d/lookout-sdk/blob/5abdaaa81ca951d71e3e03e31a6adef2eaeb60d5/python/lookout/sdk/grpc/interceptors/utils.py first, especially to read the docstring.
@smacker I've just realized that something went wrong during the rebase and the interceptor is never bound 😕. We should also create an issue to add some tests.
python interceptors? Let's add tests here for python.
@smacker I've added tests for the python SDK and a corresponding make target called test-python-sdk
:
For now, I haven't added any coverage threshold, but it just prints a report. I've also added a couple of fixes that I discovered during testing. You can easily find them by reading the message of the new commits.
Part of #71.
This depends on #78.